This tag creates a ComboBox (drop-down list). It is used as part of a
Form (see the FORM tag) as an input control. The OPTION
tag is used to define items in the list.
Attributes
DISABLED
Disables the drop-down list.
MULTIPLE
This attribute turns the drop-down list into a ListBox. More than one
item in the list can then be selected at once.
NAME
Specifies the name used by the Form to identify the drop-down list.
SIZE
Specifies the number of rows displayed in the list.
Related Tags
The OPTION tag is used to define items in the
list. The OPTGROUP tag is used to separate
list items into groups.