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