Ques:- What is the box model in CSS
Asked In :-
Itobuz Technologies, Dhruvsoft Services, Radicle Software, MBR Informatics, Finoit Technologies, Manipal Technologies, E2LOGY SOFTWARE SOLUTIONS, Srijan Technologies, Bhanguz, Grapelime Infotech,
Right Answer:
The box model in CSS describes the rectangular boxes generated for elements in a document tree and consists of four areas: content, padding, border, and margin. The content is the innermost area, surrounded by padding, then the border, and finally the margin, which is the outermost area.
The box model in CSS describes the rectangular boxes generated for elements in a document tree and consists of four areas: content, padding, border, and margin. The content is the innermost area, surrounded by padding, then the border, and finally the margin, which is the outermost area.