HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

tfoot

Description

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

Syntax

HTML

<tfoot attribute-name="attribute-value"></tfoot>

Attributes

Global

CSS

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

Examples

1 · CSS