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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly