OPTION - Selection list option

Appearance: <OPTION> [</OPTION>]
Attributes: VALUE=string, SELECTED
Contents: Plain text.
May occur in: SELECT.

The OPTION tag is used inside a SELECT selection list to indicate an option. You may not use markup in an option. All options listed will be displayed in a list or drop-down box, and the user can select one or more from the list. The VALUE of each option should be unique.

If you specify the SELECTED attribute, this option will appear selected when the form comes up initially.

Notes:


Web Design Group
Reference index ~ Wilbur index ~ Tag overview ~ Feedback

Copyright © 1997 Arnoud "Galactus" Engelfriet.