loose DTD: SELECT element | WebReference

loose DTD: SELECT element

SELECT

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.


Content


ATTRIBUTES
CONTENT DECLARATION

Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED

Parent Elements


Top Elements
All Elements
Tree


loose DTD