Learn CSS
0/3
Lesson 1 of 3

CSS Foundations

Coloring Text

CSS styles HTML. Inside the <style> block, a rule targets a tag and sets properties: h1 { color: red; }. Run to see it live.

Your Task

Make the h1 heading tomato colored.

h1 { color: tomato; }
index.html
Output
Press "Run Code" to execute your program.
🚀

Ready to run your code?

Create a free account to run code, get instant feedback, and save your progress. No credit card, free forever.

Create Free Account

Already have one? Log in