HTML table tag is used to display data in tabular form (row * column).
There can be many columns in a row.
Tables are divided into table rows.
Table rows are divided into table data.
A table row can also be divided into table headings.
tr - table row
td - table data
th - table header