見出しの対象となるセルを指定する。(対象を個別に定義)
<th headers="対象セルのid名">
対象セルが複数の場合は、空白スペースで区切りid名を列記する。
[Example]
<tr><th headers="tokyo osaka nagoya">都市名</th></tr>
<tr><td id="tokyo">東京</td></tr>
<tr><td id="osaka">大阪</td></tr>
<tr><td id="nagoya">名古屋</td></tr>
見出しの対象となるセルを指定する。(対象を集合として定義)
<th scope="row | col | rowgroup | colgroup">
セルの内容の略語を指定する。
<th abbr="text">
セルのカテゴリを指定する。
<th axis="text">
複数の列にまたがるセルを指定する。
<th colspan="num">
複数の行にまたがるセルを指定する。
<th rowspan="num">
セルの水平方向の揃え位置指定する。
<th align="left | center | right | justify | char">
セルの垂直方向の揃え位置を指定する。
<th valign="top | middle | bottom | baseline">
セルの文字揃えをする。
<th char="文字・記号など">
セルの文字のオフセット位置を指定する。
<th charoff="pixel | parcent">
I18N Attribute
Style Attribute
Core Attributes
Event Attributes