|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Option Element - <option>
Description: Defines an option input field.
Example:
<option name="option1"/>
| Attributes |
| Name |
Value |
Description |
| value |
CDATA |
Specifies the value of the input area. |
| title |
CDATA |
IMPLIED. Text identifier for the element. |
| onpick |
HREF |
Specifies the URI to go to when the user selects the option. |
| id |
ID |
Sets the unique name for the element. |
| class |
CDATA |
Associates the element with a defined class. |
| xml:lang |
NMTOKEN |
IMPLIED. Specifies the natural or formal language of an element. |
Back to Tag Listing
|
|