Tables

col

Specifies the attribute values for one or more columns in a table. It can only be used within a table or colgroup element.

Syntax

<col attributes></col>

Example

<table>
   <col width=”30”></col> 
   ...
</table>

Related tags

CSS Properties

HTML attributes

Search the Soup!