OPTGROUP
The optgroup element represents a group of option elements with a common label.
SYNTAX
HTML
<optgroup attribute-name="attribute-value"></optgroup>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
disabled | disabled | empty | Specifies that the element represents a disabled control |
label | string | Specifies the label of the element |