Table content Flashcards

1
Q

Table Content

A

The elements here are used to create and handle tabular data.

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

caption

A

The HTML element specifies the caption (or title) of a table.

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

col

A

The HTML element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a colgroup element.

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

colgroup

A

The HTML element defines a group of columns within a table.

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

table

A

The HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.

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

tbody

A

The HTML element encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).

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

td

A

The HTML element defines a cell of a table that contains data. It participates in the table model.

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

tfoot

A

The HTML element defines a set of rows summarizing the columns of the table.

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

th

A

The HTML element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.

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

thead

A

The HTML element defines a set of rows defining the head of the columns of the table.

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

tr

A

The HTML element defines a row of cells in a table. The row’s cells can then be established using a mix of td (data cell) and th (header cell) elements.

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