Change text color | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Change text color

How do you change the color of your text in htm?

19th Mar 2018, 6:27 PM
ScreechFrog999
ScreechFrog999 - avatar
2 Answers
+ 2
you can do it with inline css: <p style="color:red;"></p> or with external css: p { color:red; }
19th Mar 2018, 6:31 PM
TrueJu
TrueJu - avatar
+ 4
Thx
19th Mar 2018, 6:40 PM
ScreechFrog999
ScreechFrog999 - avatar