back

Column Group

Tag: <colgroup>

The colgroup tag is used to specify styles and properties for columns in the table.
If every column in the table is the same then it can be used by itself; however if the columns are different then the <col> tags can be placed inside.
It can be closed with the closing tag </colgroup>

Example