Chapter 2 -html forms & headers
Chapter 2 -html forms & headers
CSC584
& HEADERS Enterprise
Programming
header
form
•Example:
<H1> Heading One </H1>
1 2 3 4
LIST DOWN BOX
<SELECT> will be accompanied by <OPTION> tag.
The tag will display the options available for the user.
<OPTION> properties will be as follows:
Property Description
Selected Will be selected by default
Value Value of the option
LIST DOWN BOX / SELECTION LIST
Example :
<SELECT NAME=Product>
<OPTION>Apples
<OPTION>Oranges
<OPTION>Mangoes
</SELECT>
Product is the name you assigned into the selection field
and apples, oranges are possible values displayed in the
selection list.
MODIFYING THE APPEARANCE OF A
SELECTION LIST
You can use these tags for modification:
<SELECT SIZE=value> - value is the number of
items that the selection list will display
TEXTAREA WRAP
Soft/hard
<P>
</FORM>
LIST DOWN BOX
Tag <SELECT>…</SELECT>
Is used to display list down box
Property Description
register.html thanks.html