Cheat Sheet


Tables


Elements

Tag Name Description
<table> Table The base element for HTML tables.
<thead> Table Head The rows that are the column labels in a table.
<tbody> Table Body The rows that actually contain table data.
<tr> Table Row The table row element.
<td> Table Data The table cell element.
<tfoot> Table Foot The rows that are the footer in a table.

Attributes

Attribute Name Description
colcode Column Span Defines how many columns a td element should code.
rowcode Row Span Defines how many rows a td element should span.