HTML for Kids: A Beginner’s Course | HTML and CSS

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:

<p style="color: blue;">This text is blue using inline CSS!</p>

 

🛠️ Exercise:

  • Create an HTML page and add styles using inline CSS.

  • Change the color and font size of a heading and a paragraph.