Tag | Name | Description |
---|---|---|
<table> | Table | The wrapper element for all HTML tables. |
<thead> | Table Head | The set of rows defining the column headers in a table. |
<tbody> | Table Body | The set of rows containing actual table data. |
<tr> | Table Row | The table row container. |
<td> | Table Data | The table row container. |
<tfoot> | Table Foot | The set of rows defining the footer in a table. |
Attribute | Name | Description |
---|---|---|
colspan | Column Span | Defines how many columns a td element should span. |
rowspan | Row Span | Defines how many rows a td element should span. |
Selectors | Name | Description |
---|---|---|
color | Color | Defines the text color. |
background-color | Background-color | Defines the background color of the element on the page or the page color. |