This tag defines each list item in the ComboBox control (drop-down list) on a
web page. You can enclose the OPTION tags in the OPTGROUP
tag to separate items into groups. The OPTION tag is used within the SELECT
tag.
Attributes
DISABLED
Disables the list item.
SELECTED
Specifies that the list item will be selected when the page loads. Only
one OPTION tag in each ComboBox should use this attribute unless the SELECT
tag's 'multiple' attribute is set.
VALUE
Specifies the internal value for the list item, which will be sent to the
script.
Related Tags
This tag is used within the SELECT tag. OPTION
tags can be used within the OPTGROUP tag to separate
list items into groups.