Showing posts with label cascading style sheets. Show all posts
Showing posts with label cascading style sheets. Show all posts

Wednesday, July 15, 2020

CSS (Cascading Style Sheets)


  • CSS stands for Cascading Style Sheets
  • CSS is a language that describes the style of an HTML document.
  • CSS describes how HTML elements should be displayed.
  • 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
  • External stylesheets are stored in CSS files


CSS is of 3 type:

  • Inline CSS
  • Internal CSS
  • External CSS
Watch Introduction to CSS: