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>

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

provide semantic information

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

stocks
data

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

Give two examples of data that would lend itself well to being displayed in a table.

A

stocks
data

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