HTML optgroup label Attribute

HTML <optgroup> tag : Two option-groups with labels

Definition and Usage

The label attribute specifies a label for an option-group.

Browser Support

Attribute
label Yes Yes Yes Yes Yes

Syntax

<optgroup label="text">

Attribute Values

Value Description
text Specifies a label/description for the option-group

❮ HTML <optgroup> tag