Tables display data in rows and columns. Use <table>, <tr>, <th>, and <td>.
Table Elements
<table>— the table container<tr>— table row<th>— table header (bold and centered by default)<td>— table data (cell)<thead>,<tbody>,<tfoot>— semantic groups
Tip: Use tables only for tabular data, not for page layout.