Answers for "how to remove underline and change color while hovering in html"

CSS
8

remove underline on hover span

span:hover {
  text-decoration: none !important;
  display: inline-block;
}
Posted by: Guest on February-23-2021

Code answers related to "how to remove underline and change color while hovering in html"

Browse Popular Code Answers by Language