Table
•<table>...</table>  enclose a table
•
–<tr>...</tr>  enclose a table row.
•<td>...</td> enclose a table data or cell.
•<th>...</th> enclose a table header. It’s a cell whose default is bold and centered.
–<caption> ... </caption> enclose a caption
•
•