select
The select HTML element represents a control for selecting among a list of options.
HTML
<select attribute-name="attribute-value"></select>
Attributes
Name |
Value |
Description |
disabled |
disabled | empty |
Specifies that the element represents a disabled control |
form |
IDREF |
Identifies a form with which to associate the element |
multiple |
multiple | empty |
Specifies that the element allows multiple values |
name |
string |
Name part of the name/value pair associated with this element for the purposes of form submission |
size |
positive integer |
Number of options meant to be shown by the control represented by its element |
disabled
form
multiple
name
size