HTML Table Reference

Table Tags
Tag Name Description
<table> Table Arranges data into columns & rows
<caption> Caption Indicates the title of the table
<thead> Table Head Indicates a row of header content
<tbody> Table Body Groups a set of rows containing data that is the body of the table
<tfoot> Table Foot Groups rows that summarize the columns of the table
<tr> Table Row Indicates a row of cells
<th> Table Header Defines a header cell of a group of cells
<td> Table Data Defines a cell containing data
Table Attributes
Attribute Name Description
colspan Column Span Determines the number of columns a cell will occupy
rowspan Row Span Determines the number of rows a cell will occupy
scope Scope Indicates if a Table Header is the header of a column or row