javascript
Brief description  about Online courses   join in Online courses
View Sandeep  Kumar 's Profile

hyperlink

How to change color of hyperlink???by default it is blue..
Asked by Sandeep Kumar | Mar 31, 2013 |  Reply now
Replies (1)
View web-developer instructor 's Profile
Hi sandeep kumar

To change the color of hyperlink you have to use the css code like :-

a:link {color:green;}
a:visited {color:green;}
a:hover {color:red;}
a:active {color:yellow;}

Apr 8, 2013