What is CSS ?
✅ Description:
Learn what CSS is and how it works with HTML to make web pages look good.
📘 Explanation:
CSS stands for Cascading Style Sheets. It’s a language used to style and format HTML content—like changing colors, fonts, and layouts.
💻 Code Example:
🛠️ Exercise:
-
Create an HTML page and add styles using inline CSS.
-
Change the color and font size of a heading and a paragraph.

