topic: 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:
- Inline CSS
- Internal CSS
- External CSS
- CSS Selectors (Element,Class,ID,Fonts & Colors)
- Box model
- Fonts and how to integrate them.
CSS basics