-
What is CSS and why we use it
-
How CSS works with HTML
-
Difference between HTML (structure) and CSS (style)
-
Ways to apply CSS:
-
Inline CSS
-
Internal CSS
-
External CSS (Recommended)
-
-
Understanding CSS files (
style.css) -
How browsers read and apply CSS rules
-
Tools needed (VS Code, Live Server)
-
Basic structure of a CSS rule:
-
What is a selector?
-
What is a property (color, font-size, margin etc.)?
-
What is a value (red, 16px, bold etc.)?
-
Understanding curly braces
{} -
Multiple declarations inside one rule
-
Comments in CSS
-
Writing clean and organized CSS





