+ 1
Please tell me how to make colored text,heading?
how to write it?
4 Respuestas
+ 4
<h1 style="color: red">Red Heading</hq>
<p style="color: blue">Blue paragraph</p>
+ 2
<h1 color="red">This is a heading</h1>
<p color="blue">This is a paragraph</p>
+ 2
You can do that or make your life difficult and do:
<h1><font color="#00e6e6">Aquarius </font></h1>
Both ways work fine :)