InterviewSolution
Saved Bookmarks
| 1. |
Explain the CSS box model. |
|
Answer» The CSS box model is an entity or a box under which HTML contents, or other ELEMENTS, are ENCLOSED. This box helps in creating layouts with CSS, adding borders, and defining space between elements. The CSS box model has four components that are:
|
|