Kizspy | Question: 8
(Choose 1 answer)
FJOVERFLOW.COM
div {
background-color: lightblue;
width: 200px;
padding: 25px;
border: 25px solid navy;
) Which method to choose the total width of the div tag is 200px?
A. box-sizing: content-box
B. box-sizing: border-box
C. box-sizing: Inherited