Macro laby::col

source ·
col!() { /* proc-macro */ }
Expand description

<col> element.

The <col> HTML element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a colgroup element.

<col> allows styling columns using CSS, but only a few properties will have an effect on the column (see the CSS 2.1 specification for a list).