CSS Box Model
Testing the paragraph area
- Margin
- Border
- Padding
- Content
- Margin
- Border
- Padding
- 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