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

col

Description

The col element for HTML represents one or more columns in the column group represented by that colgroup.

Syntax

HTML

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

Attributes

Global

NameValueDescription
spanpositive integerNumber of columns in the group

CSS

col
{
    display: table-column;
}

Examples

1 · span

2 · CSS