
How To Change Hyperlink Color
There are several ways to change the color of hyperlinks. This page reveals how to do this by adding the style attribute to the hyperlink code, inserting a color property into the style attribute then giving the color property a color value.
Inline Hyperlink Color Code
Replace the href attribute value and the color property value (#CC0000) with your own.
Code
<a href="change-hyperlink-color.php" style="color: #CC0000">change hyperlink color</a>
Output
change hyperlink color
Tip
Visit HTML Color Codes for a Free to use HTML color chart with 216 web safe HTML color codes.
See also html-color-names.com to match colors quickly.
More Hyperlink Codes
© Copyright 2007 - 2008
HyperlinkCode.com All Right Reserved.
Reproduction Without Permission Prohibited