SELECT
The SELECT element allows the user to chose one of a set of
alternatives described by textual labels in a
FORM. Every alternative is
represented by the OPTION element.
Typical rendering
SELECT is typically rendered as a pull down or pop-up list.
Example
<SELECT NAME="flavor">
<OPTION>Vanilla
<OPTION>Strawberry
<OPTION>Rum and Raisin
<OPTION>Peach and Orange
</SELECT>
Content
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: REQUIRED
See ATTRIBUTES
See CONTENT DECLARATION
Parent Elements
- form -- Fill-out or data-entry form
Top Element List
All Element List
Tree
HTML 2.0 DTD