HTML Table Reference

Table Tags
Tag Name Description
Tag<table> NameTable DescriptionThe wrapper element for all HTML tables.
Tag<thead> NameTable Head DescriptionThe set of rows defining the column headers in a table.
Tag<tbody> NameTable Body DescriptionThe set of rows containing actual table data.
Tag<tr> NameTable Row DescriptionThe table row container.
Tag<td> NameTable Data DescriptionThe table row container.
Tag<tfoot> NameTable Foot DescriptionThe set of rows defining the footer in a table.