what is CSS? Types of CSS - Inline CSS - Internal CSS - External CSS

CSS stands for Cascading Style Sheets. CSS is a standard style sheet language used for describing the presentation (i.e. the layout and formatting) of the web pages.

Types of CSS (Cascading Style Sheet)

Cascading Style Sheet(CSS) is used to set the style in web pages which contain HTML elements. It sets the background color, font-size, font-family, color, … etc property of elements in a web pages.

There are three types of CSS which are given below:

  1. Inline CSS
  2. Internal  CSS
  3. External CSS

0 Comments