Answers for "anchor tag underline on hover remove"

CSS
2

remove underline hover css

a:hover {
  text-decoration: none;
}
Posted by: Guest on January-19-2021
5

remove underline anchor tag

{
	text-decoration: none;
}
Posted by: Guest on May-25-2020

Code answers related to "anchor tag underline on hover remove"

Browse Popular Code Answers by Language