Table is collection on row and coulmns
Syntax <table> <thead>
<tr>
<th></th> </tr>
</thead>
<tbody>
<td></td>
</tr>
</tbody> </table>