hyperlinkcode.com

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.

Save to del.icio.us :: Digg This! :: Stumble It! :: Add to Propeller :: Save to Furl :: Add to Reddit :: Blinklist It!

More Hyperlink Codes