This video is about new concept in HTML 5 in this series!!
This video talks about the table by splitting it into three sections. Heading is written using the thead tag, the content of the body is written using tbody and the footer of the body using tfoot.
Each of the row in the table is made using the tr tag in the whole table and each of the table cell is added using the td tag.