CSS Box Model

Testing the paragraph area

  1. Margin
  2. Border
  3. Padding
  4. Content

The CSS box model is a container that contains multiple properties including borders, margin, padding, and the content itself.

This is for the content box The width and height properties includes only the content. Border and padding are not included
This is for border box The width and height properties includes content, padding and border