HTML <colgroup> Element Reference

The HTML <colgroup> element groups table columns so they can share semantics or presentation.

<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>

Related references

Description

The HTML <colgroup> element groups table columns so they can share semantics or presentation.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <colgroup> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies