<option> Tag Attributes

Attributes of the <option> tag
global attributes In addition to the personal attributes of the <option> tag below, any of the common HTML attributes can also be coded.
disabled="disabled" Sets the value of the <option disabled> boolean attribute to true. Omitting it sets to false.
label
selected="selected" Sets the value of the <option selected> boolean attribute to true. Omitting it sets to false.
value