Easy Tutorial
❮ Av Prop Texttracks Av Prop Error ❯

HTML <option> label Attribute

HTML <option> Tag

Example

Using the label attribute in the <option> element:


Browser Support

All major browsers except Firefox support the label attribute.

Note: Internet Explorer 7 and earlier versions do not support the label attribute of the <option> tag.


Definition and Usage

The label attribute specifies a shorter version of the option.

The shorter version will be displayed in the drop-down list.


Differences Between HTML 4.01 and HTML5

None.


Syntax

Attribute Values

Value Description
text The shorter version of the option.

❮ Av Prop Texttracks Av Prop Error ❯