** 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.**
- INLINE CSS (DIRECTLY STYLE ELEMENT)
- INTERNAL CSS (STYLE TAG)
- EXTERNAL CSS (LOAD CSS FILE)
- IMPORT CSS.
- MULTIPLE STYLE SHEETS & OVERRIDING
- Avoid duplication
- Make maintenance easier
- Use the same content with different styles for different purpose