Q. HTML codes-- changing link colours

It's very easy to change the color of certain links.  You just add STYLE="color:green" (or whatever color) to your A tag.. so it would look something like this:

<A HREF="whatever.html" STYLE="color:green">click here</A>

I hope this is what you want!

--------------------------
Answer:- It's very easy to change the color of certain links.  You just add STYLE="color:green" (or whatever color) to your A tag.. so it would look something like this:

<A HREF="whatever.html" STYLE="color:green">click here</A>

I hope this is what you want!

Related Questions