CSS Change Link Color
- Home
- CSS
- 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