SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Web Development Path
/
CSS Layout
Web Development Path
CSS Layout
10 questions
Question 1 of 10
Score:
0
/ 0
What does the CSS rule `box-sizing: border-box` change?
A
It makes width include padding and border, so the element does not grow beyond the declared width
B
It removes all margin from the element
C
It applies a visible border to every element on the page
D
It enables the flexbox layout model on the element
← Back to lesson notes