Introduction to CSS

CSS is defined by w3schools as a language that describes style of an HTML document. CSS dictates the look and feel of a web page.

CSS foundation

The followings form the foundation of CSS:

  1. Inline CSS
  2. Internal CSS
  3. External CSS
  4. CSS Selectors (Element,Class,ID,Fonts & Colors)
  5. Box model
  6. Fonts and how to integrate them.

CSS basics


RAW CONTENT URL