0
How do I change the color of my text
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
0
It's ----->. <p style=color:"red">
0
Thank you
0
<p style="color:red">here is your text</P>
0
Or if it is not working then try it it will work
<p> <span style="color:red">here is your text</span></p>
0
<p style="color:color">