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

tr

Description

The tr element for HTML represents a row of cells in a table.

Syntax

HTML

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

Attributes

Global

CSS

tr
{
    border-color: inherit;
    display: table-row;
    vertical-align: inherit;
}

Examples

1 · CSS