Tables
<area> - Used to define an area within an image map
<caption> - Creates a table caption
<col> - Used to specify text alignment in tables
<colgroup> - Used to group table columns together for unified formatting
<map> - Creates an image map
<table> - Creates a table
<tbody> - Used to define the body section of a table
<td> - Creates a table data field
<tfoot> - Used to define the footer section of a table
<th> - Creates a table header
<thead> - Used to define the head section of a table
<tr> - Creates a table row