<colgroup>
HTML <colgroup> Element Reference
The HTML <colgroup> element groups table columns so they can share semantics or presentation.
Categories
- Tabular data
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical colgroup element example.
<colgroup>
<col span="2" class="identity">
<col class="status">
</colgroup>