Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 623 Bytes

File metadata and controls

15 lines (13 loc) · 623 Bytes

CSS

introducion of CSS

** is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML). This language contains coding elements and is composed of these “cascading style sheets” which are equally called CSS files.**

Ways to use the CSS :-

  1. INLINE CSS (DIRECTLY STYLE ELEMENT)
  2. INTERNAL CSS (STYLE TAG)
  3. EXTERNAL CSS (LOAD CSS FILE)
  4. IMPORT CSS.
  5. MULTIPLE STYLE SHEETS & OVERRIDING

Why we used the CSS :-

  1. Avoid duplication
  2. Make maintenance easier
  3. Use the same content with different styles for different purpose