CSS box Model
In a document, every HTML element is wrapped around by an imaginary box which is generally addressed by the CSS box model. It contains margins, borders, padding, and the actual content.
Content:
It is the actual HTML content. It can be text, image, ...
baruncancode.hashnode.dev2 min read