Friday, 26 December 2014

How do I change the color or text in an anchor tag by targeting the class within the anchor tag?

     <a href="http://http://sheetalraina.com/" id= "test">Home ><style type="text/css">
#test {
color: red;
}

#test:hover{
color:blue;
}
</style></a>                          

No comments:

Post a Comment