(Choose
1
div {
background-color: lightblue;
answer)
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
Q: 40