HTML 5: The Markup Language (ARIA Edition)

tfoottable footer row group # T

The tfoot element represents the block of rows that consist of the column summaries (footers) for its parent table element.

Content model #

Attribute model #

Tag omission #

A tfoot element must have a start tag.

A tfoot element's end tag may be omitted if the tfoot element is immediately followed by a tbody element, or if there is no more content in the parent element.

Permitted contexts #

Typical default display properties #

tfoot {
display: table-footer-group;
vertical-align: middle;
border-color: inherit; }