Box Model In CSS
Feb 21, 2023 · 4 min read · Everything on a website is a box Two Types of Box:- Block => Every new block elements will start on a new line. We can apply height and width property. Example :- <div>, <p>, <h1>-<h6> etc. Inline => New elements will not break into a new line. Hei...
Join discussion
