: The COL Element
Last updated: 2026-09-12
<col>The COL Element
Defines a table column, usually inside colgroup, to style or span a whole column at once.
| Category | Tables |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Self-closing — no closing tag needed |
| Status | Standard |
📝 Syntax
<col span="2">
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
span | Number of columns this definition covers (default 1). |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <col> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: col is a void element (no closing tag); column styles like width belong on col rather than td.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.