Thursday 27 February 2014

How To Change The Color Of Hyperlink In HTML

Many of the beginner HTML writers (like me, oh just kidding) would be facing number of troubles while creating Web-pages, one of them is blue color of the hyperlink. As everywhere else on a website when we click on a link, whether on Home, about us etc its not in blue. In HTML the preset color of a hyperlink is blue but, it can be changed easily with the following code:
<a style="color:your color" href="you link"> text </a>
for example <a style="color:your color" href="www.facebook.com"> This link is for facebook </a>

For more HTML queries comment below

Good Luck!

No comments:

Post a Comment

Copyright © 2013 nowloud.blogspot.in All rights reserved