CSS Mastery: Styling the Web

⭐ Lv 1

Lesson 1/48

Lesson 1.1 — What is CSS

Theory: The Skin of the Web

If HTML is the skeleton of a webpage, CSS (Cascading Style Sheets) is the skin, clothes, and makeup.

HTML tells the browser what a piece of content is. CSS tells the browser how it should look.

🏆 Challenge Time!

What is the primary role of CSS?

index.html
Preview Output