Table Element

Table Element

The <table> HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.

  • The <td> HTML element defines a cell of a table that contains data. 
  • The <th> HTML element defines a cell as header of a group of table cells.
  • The <tr> HTML element defines a row of cells in a table.
Scroll to Top