HTML-Tables Flashcards
1
Q
What are the six primary HTML elements for creating tables?
A
<table>
<thead>
<tbody>
<tr>
<th>
<td>
</td></th></tr></tbody></thead></table>
2
Q
What purpose do the thead and tbody elements serve?
A
The thead element specifies the top cells that are used as headers
while the tbody specifies the body cells
3
Q
Give two examples of data that would lend itself well to being displayed in a table.
A
Tv schedule, stock reports, Grades, anything that needs data for columns and rows.