Computer Science, asked by kittu9595, 1 year ago

If you want to change color of a link to red when moving mouse pointer on top of it,which css property you need to change

Answers

Answered by prince1212
1
The :hover selector is used to select elements when you mouse over them. Tip: The :hover selector can be used on all elements, not only on links. Tip: Use the :link selector to style .
Answered by syedkaif2
0
Changing the link color when the visitor hovers over a link is a great method to help indicate what is clickable on your web page or blog. To make your pages link color change implement the below code into your <head></head> portion of your HTMLor in your CSS code for your web page.
HOPE THIS WILL BE HELP YOU
Similar questions
Math, 1 year ago