When writing in HTML, the
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
Compatibility
Browser, Cell, Class, Compatibility, Format, Row, Table, Web design terms
Related information
- Our full list of HTML questions and answers HTML and web design help and support.