When writing in HTML, the tag is used to denote a group of columns within a table. It is useful when you want to format many columns at the same time. The following sections contain information about this tag, including an example of it in use, and related attributes and browser compatibility.
Example of code
| Month | Savings |
|---|---|
| March | $200 |
| April | $300 |
| May | $250 |
Example result
As the HTML code indicates, the entire table has a background color of white and the first column is “painted” grey. The table itself has one of our CSS classes applied to it to improve its appearance.
- Example of code
- Example result
- Deprecated attributes
- Compatibility
- Related information
Deprecated attributes
Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair; all tags support standard attributes. The following table shows all of the deprecated unique HTML attributes for the tag, and a description of each. While these attributes may work with the some versions of HTML, they will eventually be phased out. You should use CSS to adjust the dimensions of this element.
Compatibility
Browser, Class,
Related information
- HTML and web design help and support.