Computer Science, asked by patelatish7386, 11 months ago

What do you mean by CSS? Explain CSS box model in detail.

Answers

Answered by Anonymous
2
❤❤Holå mate❤❤


⏬⏬Here is the answer⏬⏬


✨All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout. TheCSS box model is essentially a boxthat wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.✨


✌Høpe it's help you✌
Answered by Anonymous
1

Cascading Style Sheets

CSS stands for Cascading Style Sheets. CSSdescribes how HTML elements are to be displayed on screen, paper, or in other media. CSSsaves a lot of work. It can control the layout of multiple web pages all at once.

The CSS Box Model

In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially abox that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. ... Margin - Clears an area outside the border. The margin is transparent.

Similar questions