Horje

What is HTML <option> label Attribute

Use of the label attribute in <option> elements.

Note: The option's label attribute is not supported in Firefox.

index.html
Example: HTML
<select id="cars">
  <option label="Volvo">Volvo (Latin for "I roll")</option>
  <option label="Saab">Saab (Swedish Aeroplane AB)</option>
  <option label="Mercedes">Mercedes (Mercedes-Benz)</option>
  <option label="Audi">Audi (Auto Union Deutschland Ingolstadt)</option>
</select>

Output should be:

What is HTML <option> label Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin