Q4
The _____________ property allows us to include the padding and border in an element’s total width and height.
A.
margin
B.
box-sizing
AnswerC.
padding
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
Example:
.div1{
box-sizing: border-box;
}