COL
The col element represents one or more columns in the column group represented by that colgroup.
SYNTAX
HTML
<col attribute-name="attribute-value"></col>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
span | positive integer | Number of columns in the group |
CSS
col {
display: table-column;
}