Vidyalelo
CSS · Q4

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 4

Q4

The _____________ property allows us to include the padding and border in an element’s total width and height.

A.
margin
B.
box-sizing
Answer
C.
padding
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Example:

.div1{
      box-sizing: border-box;
     }