HTML <option> element


<option> tag defines one option of a list.

<select>
<option>New York
<option>Chicago
<option>Los Angles
</select>


Specific attributes of <option> tag:
AttributeDescription
label label of the group
disabled disable the group
selected show as selected when page loads
value initial value when page loads