033.4 CSS Box Model and Layout
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 033.4
- Weight
-
2
- Key knowledge areas
-
-
Define the dimension, position and alignment of elements in a CSS layout
-
Specify how text flows around other elements
-
Understand the document flow
-
Awareness of the CSS grid
-
Awareness of responsive web design
-
Awareness of CSS media queries
-
- Partial list of the used files, terms and utilities
-
-
width
,height
,padding
,padding-*
,margin
,margin-*
,border
,border-*
-
top
,left
,right
,bottom
-
display: block | inline | flex | inline-flex | none
-
position: static | relative | absolute | fixed | sticky
-
float: left | right | none
-
clear: left | right | both | none
-