The <SELECT> element constrains the form field to an enumerated list of values. The values are given in <OPTION> elements.
Example:
<SELECT NAME="flavor"> <OPTION>Vanilla <OPTION>Strawberry <OPTION value="RumRasin">Rum and Raisin <OPTION selected>Peach and Orange </SELECT>
The initial state has the first option selected, unless a SELECTED attribute is present on any of the <OPTION> elements.
ATTRIBUTES
CONTENT DECLARATION
Top Elements
All Elements
General Entities
Tree