Web Development
HTML/CSS
Objective
May 19, 2013
Unvisited link will be displayed with underline for following code:
a{
text-decoration:none;
}
a:focus, a:hover{
text-decoration:underline;
}
Detailed Explanation
Only focused and hoverd link will have underline.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts