HTML Table Reference

Table Tags

Tag Name Description
<table> Table The wrapper element for all html tables.
<thead> Table Head The set of rows defining the column header in the table.
<tbody> Table Body The set of rows containing actual table data
<tr> Table Rows The table row container
<td> Table Data The table row container
<tablefoot> Table Foot The set of rules defining the rows in the table

Table Attributes

Attribute Name Description
<colspan> Column Span Defines how many columns a td element should span
<rowspan> Row Span Defines how may rows a td element should span