Go to Cascade →

What is Box Model?


The CSS box model is a fundamental concept that describes how HTML elements are structured and sized by the browser's rendering engine


It is a conceptual "box" that wraps around every HTML element and consists of four main, concentric areas


CSS Box Model

Content


In the CSS box model, the content area is the innermost part of the box and holds the actual content of the HTML element.


Characteristics of the content area

Screenshot 87 Learn More →