My First Cheatsheet for Table Tags

Table Tag Cheatsheet

Tag Function
<table> Creates a new table
<tbody> Should contain all of the tables data exlcuding headings
<thead> Sections off table's column heading
<tfoot> Bottom of a table. Often used to contain sums, differences and other data results
<tr> Creates new table row