HTML <optgroup> element
<select>
<optgroup label=USA>
<option>New York
<option>Chicago
<option>Los Angles
</optgroup>
<optgroup label=India>
<option>New Delhi
<option>Mumbai
<option>Chinnai
</optgroup>
</select>
Specific attributes of <optgroup> tag:
Attribute | Description |
label | label of the group |
disabled | disable the group |