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

thead

Description

The thead element for HTML represents the block of rows that consist of the column labels (headers) for the parent table element.

Syntax

HTML

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

Attributes

Global

CSS

thead
{
    border-color: inherit;
    display: table-header-group;
    vertical-align: middle;
}

Examples

1 · CSS