Table Tags
| TAG | NAME | DESCRIPTION |
|---|---|---|
| <table> | Table | Defines a table. |
| <thead> | Table Head | Groups the header content in a table. |
| <tbody> | Table Body | Groups the body content in a table. |
| <tr> | Table Row | Defines a row in a table. |
| <td> | Table Data | Defines a cell in a table. |
| <tfoot> | Table Foot | Groups the footer content in a table. |
Table Attibutes
| 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. |