In CSS, the term "box model" is used when talking about web design and layout. The CSS box model is essentially a box that wraps around every HTML element. Every box consists of four parts: content, padding, borders and margins.

Source: [Dev.to](https://dev.to/jaisurya/css-box-model-heb)

Sponsored