XHTML1.1 - tr module

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

説明
表の行を定義する。

オプション属性
行内の各セルの水平方向の揃え位置指定する。
<tr align="left | center | right | justify | char">

行内の各セルの垂直方向の揃え位置を指定する。
<tr valign="top | middle | bottom | baseline">

行内の各セルの文字揃えをする。
<tr char="文字・記号など">

行内の各セルの文字のオフセット位置を指定する。
<tr charoff="pixel | parcent">

I18N Attribute

Style Attribute

Core Attributes

Event Attributes

子要素
<th>, <td>