HTMLOptionElement
Represents the HTML option element.
The option tag.
Gets or sets if the option is selected by default.
Gets or sets if the option is enabled or disabled.
Gets the associated HTML form element.
Gets the index of the option element.
Gets or sets the label.
Gets or sets the value of the name attribute.
Gets or sets if the option is currently selected.
http://www.w3.org/html/wg/drafts/html/master/forms.html#ask-for-a-reset
Gets or sets the text of the option.
Gets or sets the value.
public HTMLOptionElement()
Creates a new HTML option element.