Computer Science, asked by PragyaTbia, 1 year ago

Explain CSS .
Topic: HTML-II

Answers

Answered by 1Angel24
0
Hey mate here is your answer》》

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

Hope this answer will help you..《《
Answered by gratefuljarette
0

CSS:

  1. CSS stands for cascading style sheets and is basically used for the designing of any web page. With the help of CSS we can take care of the page layout of any web page, we can decide and define the style for text, size, etc.  There are three types of CSS.
  2. Inline CSS: When only a small part of the HTML code needed to change then we can use inline CSS. It is used in the <HTML> tag.
  3. Internal CSS: When we want the code to be reflected in the entire body of the HTML code then we use this Internal CSS.  
  4. External CSS: When we want to export CSS file then we use this type to inherit the same in the HTML code.
Similar questions