HTML & CSS
How to cha ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
How to change the
color of a link
to blue when the
cursor moves over it?
a:hover {color:blue;}
a:link {color:blue;}
a:active {color:blue;}
a:visited {color:blue;}
Explanation
The correct syntax is:
.linkClassName{a:hover;}
pseudo
cursor
link
css
element
html
hover
color
tag
class
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
Select the pseudo-class which indicates the link you visited....
Specify the attribute of the tag that is used to reference the external s...
The site has more than a hundred HTML documents that have the same sty...
How to use CSS for removing underlining from all links?...
Which of the following is true about the pseudo-class ...
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
Which color will word "text" has? <style> p{ ...
What is the property clear: both?...
How to set the space with a width of 5px inside the element...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment