The <SELECT> and </SELECT> tags define the beginning and end
of a menu or scrolling list. The <OPTION> tag in the open form (only one
tag), is used in conjunction with select to indicate each of the
selections
in the list.
Attributes
SELECTED: This attribute is used with the
<OPTION> tag to indicate the
default selection.
MULTIPLE: This attribute is used in the
<SELECT> tag to allow multiple
selections to be chosen from the list.
SIZE: This optional attribute is used in the
<SELECT> tag to indicate how
many items in the list are visible on the form itself.
NAME: This is used in the <SELECT> tag to
indicate the name that is passed
to the CGI script as part of the name/value pair.
VALUE: This is used in the <OPTION> tag to
indicate the value to submit if
this option is selected when the form is submitted.