CSS Change Link Color

Embed the following code in the <HEAD> of your HTML document for automatic mouseover effects on all links on your page.

<STYLE>
<!--
   a {color:blue;}
   a:visited {color:purple;}
   a:hover {color:red;}
-->
</STYLE>

Example

New Link
Visited Link

CSS link html hover visit


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site