Computer >> Computer tutorials >  >> Programming >> CSS

Define the CSS Box Model


When we discuss the term design and layout, we call it as ‘box model’. All elements in HTML are considered as boxes.

The CSS box model has margins, borders, padding, and the content.

Define the CSS Box Model