How I can change the color of h2 ?
I have tried <h2 color="#006699">Process Report</h2> but it's not changed and I am still getting this default black colour
Thanks .
|
How I can change the color of h2 ? I have tried Thanks . |
|||
|
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Try CSS:
If you have more than one h2 tags which sould have the same color add a style tag to the head tag like this:
|
|||||||||
|
|
If you absolutely must use HTML to give your text color, you have to use the (deprecated)
But otherwise, I strongly recommend you to do as rekire said: use CSS. |
|||||||||||
|