how to change the text color in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to change the text color in html?

17th Jul 2016, 5:47 AM
a-bhatt
a-bhatt - avatar
5 Answers
+ 1
use color: #code inside css
17th Jul 2016, 5:50 AM
manish rawat
manish rawat - avatar
0
hi use color:# code in css in addition never use attribute because it is deprecated. goodluck.
17th Jul 2016, 6:49 AM
Ali Safakheir
Ali Safakheir - avatar
0
<font text=color size=any type=cosmic san ms> or < body text=color>
17th Jul 2016, 12:43 PM
Sunnykant Tiwari
Sunnykant Tiwari - avatar
0
.your-class{color:___}
19th Jul 2016, 11:03 PM
Listark
Listark - avatar
- 1
Use font tag
17th Jul 2016, 12:41 PM
Sunnykant Tiwari
Sunnykant Tiwari - avatar