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>

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

They denote the difference of the info in their specific parts of the table.

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

Pattern data, comparison data.

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