HTML Tables Flashcards

1
Q

What are the six primary HTML elements for creating tables?

A

element, (table row) element, element, element (table data) element,
(table heading) element,

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

thead= defines a set of rows defining the head of the columns table
tbody= provide useful semantic information that can be used for
rendering screen or printers for accessibility purposes.

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

Student grade table, Financial Reports

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