tbody

Name

tbody -- body of a table

Content Model

tbody ::= row+

Description

tbody elements hold the body of a table. The parent node is tgroup.

Attributes

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

bottom

Align with the bottom edge of the table body

middle

Align with the middle of the table body

top

Align with the top edge of the table body

Formatting Expectations

Format according to the value of the valign attribute. Cells in rows are formatted normally.