How can add colors to the words? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can add colors to the words?

27th Jun 2019, 9:34 PM
Charitha Dissanayaka
Charitha Dissanayaka - avatar
4 Answers
+ 8
<!-- HTML --> <h1>Koder King </h1> // CSS body { color: red; }
27th Jun 2019, 9:48 PM
Jella
Jella - avatar
+ 8
<p style="color:red">
5th Jun 2020, 6:29 PM
Akila Madusanka
Akila Madusanka - avatar
+ 5
h1 {color:red | blue | green.. } .elem {color: red | blue purple ...
27th Jun 2019, 11:08 PM
Ginfio
Ginfio - avatar
+ 2
I made an example for you to see a couple of different ways you can add color with comments explaining. https://code.sololearn.com/WFmeFnp7EJex/?ref=app
27th Jun 2019, 10:40 PM
Ryan Lusby
Ryan Lusby - avatar