Connected: An Internet Encyclopedia
RFC 1866 - 8.1.3.1. Option: OPTION
Top: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 8. Forms
Up: 8.1. Form Elements
Up: 8.1.3. Selection: SELECT
Prev: 8.1.3. Selection: SELECT
Next: 8.1.4. Text Area: TEXTAREA
8.1.3.1. Option: OPTION
The Option element can only occur within a Select element. It
represents one choice, and has the following attributes:
- SELECTED
-
Indicates that this option is initially selected.
- VALUE
-
indicates the value to be returned if this option is
chosen. The field value defaults to the content of the
<OPTION> element.
The content of the <OPTION> element is presented to the user to
represent the option. It is used as a returned value if the VALUE
attribute is not present.
Next: 8.1.4. Text Area: TEXTAREA
Connected: An Internet Encyclopedia
RFC 1866 - 8.1.3.1. Option: OPTION