CSS Tables
Using CSS Tables a developer has more scope on the styling and feel of the table elements.
In general, there are 6 HTML elements that deal with tables:
table – the table itself
thead – the header of the table
tbody – the main content of the table
tfoot – the footer of the table
tr – a table row
th – [...]
