Slide 5.14: CSS tables (cont.)
Slide 5.16: CSS box model (cont.)
Home

CSS Box Model


All HTML elements can be considered as boxes. In CSS, the term “box model” is used when talking about design and layout. The CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders, padding, and the actual content. The box model allows us to place a border around elements and space elements in relation to other elements. The image below illustrates the box model:


Explanation of the different parts: In order to set the width and height of an element correctly in all browsers, you need to know how the box model works.


Demonstration
The following demonstration shows how the script of HTML and CSS is displayed on the Web: