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
Name | Value | Description |
---|---|---|
span | positive integer | Number of columns in the group |
CSS
col { display: table-column; }