Home » CSS » Css miscellaneous » Question
  1. The _____________ property allows us to include the padding and border in an element’s total width and height.
    1. box-sizing
    2. padding
    3. margin
    4. All of above
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.