Table tags Flashcards

1
Q

Table

A

Identifies what follows as a table.

< table >

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

Table Row

A

Establishes a new row within the table

< tr >

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

Table Header

A

Identifies the contents of a cell as being a header for a group of cells
< th >

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

Table Cell

A

This element defines the individual table cells of an element
< td >

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

Colgroup

A

Represents a group of columns in a table

< colgroup >

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

Column

A

Defines an individual column, usually used within a element

< col >

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

Table Head

A

This element is used to define a set of rows as containing header content for the table
< th >

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

Table Foot

A

This element is used to define a set of rows that summarize the table content, or give related information
< tfoot >

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

Table Body

A

This element is used to define a set of rows that contain the main body of table data
< tbody >

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