Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

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

  2. A.

     margin

    B.

     box-sizing

    C.

     padding

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Example:

    .div1{

    box-sizing: border-box;

    }


Be The First To Comment