Computer Science, asked by simranbatala, 1 month ago

Which Model of CSS is used in connection with Design & Layout of Web Pages

Answers

Answered by aanjalikrialokraj
9

Answer:

CSS is used for changing color,font and layout.It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers.

Answered by adventureisland
0

Box model of CSS is used in connection with the Design & Layout of Web Pages.

About CSS Box model :

  • The CSS box model is indeed a container that houses a variety of attributes, including borders, margins, spacing, and the actual substance. It's used to create and layout web pages.
  • Box model of CSS is used in connection with the Design & Layout of Web Pages.
  • Block boxes & inline boxes are two different types of boxes in CSS. These characteristics explain how the boxes interact with the other boxes upon that page as well as the page's flow.

Similar questions