NEW
Font size
WorksheetsCSS Box Model +
Total questions: 20
Worksheet time: 13mins
HTML elements are:
rectangular boxes
circles
imaginary
quadrants
All of the following are a part of the box model EXCEPT
radius area
padding area
margin area
content area
What is the area between the content and the border?
padding
margin
height
width
What is the outermost area of the CSS Box Model?
margin
padding
border
width/height
Which of the following is NOT a border property?
type
style
width
color
Which model includes margin, border, padding, and content?
CSS Box model
CSS3 Flexbox Box model
CSS3 Grid Layout model
CSS Grid Template Layout Module
p {color: red;}
Which CSS property below is a part of the box model?
align
width
line-height
color
Calculate the width of this element
400px
454px
400x100
100
Padding...
pushes the content away from the border of the element
pushes the element away from other elements
Makes the element invisible
Make the element visible.
