QUESTION IMAGE
Question
2 - the box model
learning objective: identify how a box - model diagram impacts the layout of a webpage.
the ____________ property manages the box - model and how html elements are sized.
a.) universal selector
b.) combination selector
c.) border - box
d.) box - sizing
In CSS, the box - sizing property is used to manage the box - model and how HTML elements are sized. It can be set to content - box (default, where width and height are only for the content area) or border - box (where width and height include padding and border). Universal selector selects all elements, combination selector combines multiple selectors, and border - box is a value for box - sizing, not the property itself.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
d. box - sizing