XHTML1.1 - optgroup module

記述形式
<optgroup>...</optgroup>

説明
リストをグループ分けする。

オプション属性
プルダウンメニューに表示されるグループ名を設定する。
<optgroup label="text">

選択を不可に設定する。(フォーカスは与えられない)
<optgroup disabled="disabled">

I18N Attribute

Style Attribute

Core Attributes

Event Attributes

子要素
<option>