Posted by: kanchho bhai December 1, 2010
CSS help
Login in to Rate this Post:     0       ?        

<html>
<head>
<style type="text/css">
a:link {color:#FF0000;}    /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
</style>
</head>
<body>
<p><h2><a href="default.asp" target="_blank">THIS IS HEADING</a></h2></p>
</body>
</html>


http://www.w3schools.com/


Hope that helps man.

Read Full Discussion Thread for this article