Name

<tfoot> — NN 2, 3, 4 &bull; MSIE: 2, 3, 4, 5 &bull; HTML 4 &bull; WebTV &bull; Opera3

Synopsis

<tfoot>...</tfoot>

Used within a <table>, defines the foot of a table and should contain information about a table’s columns. It is one of the “row group” tags introduced by Internet Explorer and proposed in the W3C HTML 4.0 Specification (see <tbody>) and must contain at least one row (<tr>). Its end tag is optional.

Attributes

align=left|center|right|justify|char

Specifies horizontal alignment (or justification) of cell contents.

char=character

Specifies an alignment character; the cell contents will be aligned along this character. The default character is a decimal point (language-appropriate).

charoff=length

Specifies the distance to the first alignment character (char) on each line. If a line doesn’t use an alignment character, it should be horizontally shifted to end at the alignment position.

valign=top|middle|bottom|baseline

Specifies vertical alignment of cell contents.

Get HTML Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.