<html>how to change latters color? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

<html>how to change latters color?

No Description.

24th Sep 2021, 4:06 AM
Pritam Das.
3 Answers
+ 3
<body style="color: blue(example color)" > </body> Or body(example selector){ color:blue; }
24th Sep 2021, 4:14 AM
Myo Thuzar
Myo Thuzar - avatar
0
It's Letters. There is no A in it. target the element that has letters or use span to target specific letter and then use the basic css rule targetElement { color: desiredColor; }
24th Sep 2021, 5:41 AM
CHANDAN ROY
CHANDAN ROY - avatar
0
You can change it from css file color: {color}; Or from html file <p style: color={color}>your text here</p
25th Sep 2021, 5:05 PM
AquazDev
AquazDev - avatar