Block 1, Part 5: The CSS Box Model - web typography Flashcards

1
Q

What are the four areas of the CSS Box model.

A

content area surrounding by padding a border and margins.

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

What four things govern the layout of the ‘HTML Boxes’?

A
box dimensions and type.
positioning scheme(normal flow, float and absolute positioning).
relationships between elements in the document tree.
external information (e.g. viewpoint size, intrinsic dimensions of images, etc.).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Glossary term: Document Tree

A

The tree of elements in the source document. Each element in this tree has exactly one parent, with the exception of the root element, which has none.

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