I used the code below in order to fulfill this target:
When mouse hover on the anchor, the underline comes out,
but it failed to work,
<a class="hover">click</a>
a .hover :hover{
text-decoration:underline;
}
What's the right version to do this?