0

How do I change the color of my text

31st Oct 2016, 2:07 PM
Berek
Berek - avatar
6 Answers
+ 1
Its best to use CSS <P> How do I change the color of my text </P> p { color: #ff0000; } See example in action here. https://code.sololearn.com/WNIcD5BANnNZ
1st Nov 2016, 10:40 PM
Chris Coder
Chris Coder - avatar
0
It's ----->. <p style=color:"red">
31st Oct 2016, 2:13 PM
Wablack
Wablack - avatar
0
Thank you
31st Oct 2016, 2:14 PM
Berek
Berek - avatar
0
<p style="color:red">here is your text</P>
31st Oct 2016, 2:22 PM
shantanu singh jhala
shantanu singh jhala - avatar
0
Or if it is not working then try it it will work <p> <span style="color:red">here is your text</span></p>
31st Oct 2016, 2:41 PM
shantanu singh jhala
shantanu singh jhala - avatar
0
<p style="color:color">
31st Oct 2016, 5:33 PM
SlovakFirm
SlovakFirm - avatar