<option> : selectable choice
A select form field
Attributes
-) name
This attribute assigns the control name.
-) size
If a SELECT element is presented as a scrolled list box, this attribute specifies the number of rows in the list that should be visible at the same time. Visual user agents are not required to present a SELECT element as a list box; they may use any other mechanism, such as a drop-down menu.
-) multiple
If set, this boolean attribute allows multiple selections. If not set, the SELECT element only permits single selections.
Attributes defined elsewhere
-) id, class (document-wide identifiers)
-) lang (language information), dir (text direction)
-) title (element title)
-) style (inline style information)
-) disabled (disabled input controls)
-) tabindex (tabbing navigation)
-) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)