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

tbody

Description

The tbody element for HTML represents a block of rows that consist of a body of data for the parent table element.

Syntax

HTML

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

Attributes

Global

CSS

tbody
{
    border-color: inherit;
    display: table-row-group;
    vertical-align: middle;
}

Examples

1 · CSS