2.2.2.25 HTMLOptionElement

The HTMLOptionElement interface denotes one choice in a select block.

The HTMLOptionElement interface has been extended with the following attributes:

The option element is a block element.

 //Introduced in Internet Explorer.
 interface HTMLOptionElement : HTMLElement {
             attribute DOMString       dataFld;
             attribute DOMString       dataFormatAs;
             attribute DOMString       dataSrc;
 };