html tables Flashcards
1
Q
What are the six primary HTML elements for creating tables?
A
<table>
<tr>
<thead>
<th>
<tbody>
<td>
</td></tbody></th></thead></tr></table>
2
Q
What purpose do the thead and tbody elements serve?
A
provide semantic information
3
Q
Give two examples of data that would lend itself well to being displayed in a table.
A
stocks
data
4
Q
Give two examples of data that would lend itself well to being displayed in a table.
A
stocks
data