html-tables Flashcards

1
Q

What are the 6 primary HTML elements for creating tables?

A
table
thead
tbody
th
tr
td
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What purpose do the thead and tbody element serve?

A

The thead element defines a set of rows defining the head of the columns of the table. This is what sits on top of the body of the table.

The tbody element encapsulates a set of table rows(tr elements). This is the body of the table.

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

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

A

tv programming, NBA schedule

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