HTML: Option Tag
The <option>…</option> tags inside the <select>….</select> element define an option in the drop-down list. Attribute Value Description disabled disabled Specifies that an option should be disabled label text Specifies a shorter label for an option selected selected Specifies that an option should be pre-selected when the page loads value text Specifies the value to be … Read more