What are the primary HTML elements for creating tables?
<thead>, <tbody>, <tr>, <th>, <td>, <table>, <tfoot>
</tfoot></table></td></th></tr></tbody></thead>
what purpose do the <thead> and <tbody> elements serve?
They denote the difference of the info in their specific parts of the table.
Give two examples of data that would lend itself well to being displayed in a table.
Pattern data, comparison data.