Layouts Flashcards

1
Q

How the browser lays out HTML pages by default when you do nothing to control page layout.

A

Normal Flow

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

Elements that appear one below the other are called…

A

block elements

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

Elements that appear beside the other are called…

A

inline elements

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

The display property can change how elements…

A

behave in normal flow

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

Applying a _____ value such as left can cause block level elements to wrap alongside one side of an element.

A

float

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

The _____ property allows you to precisely control the placement of boxes inside other boxes.

A

position

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

_____ layout features designed for styling the parts of an HTML table can be used on non-table elements using display: _____ and associated properties.

A

Table

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

The _____-____ layout properties can cause the content of a block to layout in columns.

A

multi-column

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