How do i change text color in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do i change text color in html

Changing text color in html

18th May 2020, 6:51 PM
Adeyemi Ayo
Adeyemi Ayo - avatar
3 Answers
+ 5
style="color:red;"
18th May 2020, 6:59 PM
Abhay
Abhay - avatar
+ 1
Example is: <p style = "color: blue"> I am happy today </p> The {style = "color:blue"} adds color blue to the text
18th May 2020, 7:28 PM
Nneji Stanislaus C.
Nneji Stanislaus C. - avatar
0
<p><font color="red">Hello</font> World</p>
19th May 2020, 1:32 AM
Ahmed Muhammed
Ahmed Muhammed - avatar