Computer Science, asked by karnavsharma007, 7 months ago

How to make a box model

Answers

Answered by vimakris25
0

Answer:

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 every HTML element. It consists of: margins, borders, padding, and the actual content. ... Margin - Clears an area outside the border.

Similar questions