Tables represent data in a grid format
Table Tags
<table>
: element used to create a table
<tr>
: table row
<td>
: table data, represents a cell in the table
<th>
: table headings used to respresent the header for a column or a row
Learn more about tables here
----
Table examples