Table Header, body and footer
Table of Content:
<thead> to create a separate table header
<tbody> to indicate the main body of the table
<tfoot> to create a separate table footer
Note that the < tfoot > element must appear before the < tbody > element in the source document.