Change text color | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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