Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Changing an HTML Web Page Link Color

You can change the color of an individual HTML web page link by adding a font tag in front of your linked text.

Example Code:


<A HREF="http://www.yourdomain.com"><FONT COLOR="#FF0000">Your Link</FONT></A>

Browser View:

Your Link


Although you can change the link, keep in mind, your visitors are used to the standard links colors and may become confused if you change it. Use this code with caution.

 More Web Design Tips