HTML Table Reference

Table Tags

Tag Name Description
<table> Table The wrapper element of 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.
<tfoot> Table Footer The footer of table.
<tr> Table Row The table row container.
<td> Table Data The data present in the table.