HTML 5: The Markup Language

coltable column # T

The col element represents one or more columns in the column group represented by its colgroup parent.

Content model #

col = empty & col.attrs

Attribute model #

Element-specific attributes #

span = integer.positive
Specifies the number of columns “spanned” by its col element; the col element shares its attributes with all the columns it spans.

Tag omission #

The col element is a void element. A col element must have a start tag but must not have an end tag.

Permitted contexts #

Typical default display properties #

col {
display: table-column; }