TABLES Flashcards

1
Q

Used for defining a table

A

Tables

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

Tag for table row - to define row

A

<tr>
</tr>

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

Tag for table header - to define elements

A

<th>
</th>

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

Tag for table data/cell - organize data into rows and columns

A

<td>
</td>

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

For unordered list - ability to control the sequence number - to continue where the previous list left off, or to stat a particular number

A

<ul>
</ul>

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

Ordered list - to list items marked with numbers by default

A

<ol>
</ol>

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

Sets all table properties in one declaration

A

Border

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

Specifies whether or not table borders should be collapsed

A

Border collapse

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

Distance between borders of adjacent cells

A

Border-spacing

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

Specifies the placement of a table caption

A

Caption-side

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

Specifies whether or not to display borders and background on empty cells in a table

A

Empty-cells

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

Sets the layout algorithm to be used for a table

A

Table-layout

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

Sets all the properties for a list in one declaration

A

List-style

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

Specifies an image as the list-item marker

A

List-style-image

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

Specifies the type of list-item marker

A

List-style-type

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