NEW
Font size
S
M
L
XL
WorksheetsCSS Box Model
Total questions: 5
Worksheet time: 2mins
Name
Class
Date
1.
The space that sits around the content as white space.
a)
Padding
b)
Border
c)
Content
d)
Margin
2.
This space wraps the content and any padding.
a)
Padding
b)
Border
c)
Content
d)
Margin
3.
This is the outermost layer, wrapping the content, padding, and border as whitespace between this box and other elements
a)
Padding
b)
Border
c)
Content
d)
Margin
4.
What is the full width size of the element with the following property settings:
width: 200px;
padding: 5px;
border: 2px solid lightblue;
margin: 0
a)
214px
b)
200px
c)
207px
d)
None of the choices
5.
What is the full width size of the element with the following property settings:
width: 300px;
padding: 10px;
border: 5px solid lightblue;
margin: 0
a)
330px
b)
300px
c)
310px
d)
None of the choices
Reset
