row

Name

row -- row in a table

Content Model

row ::= entry+

Description

row elements hold a row in a table. The parent node is tbody.

Attributes

row elements have valign attributes. valign attributes can take the following values.

bottom

Align with the bottom edge of the row

middle

Align with the middle of the row

top

Align with the top edge of the row

Formatting Expectations

Format as a single table row, aligned as specified by the value of the valign attribute.