Answers for "css inline style hover, no underline link"

7

text underline hover css

a:hover {
  text-decoration: underline;
}
Posted by: Guest on May-28-2020
3

remove underline from a tag

<a style="text-decoration: none">my link</a>
Posted by: Guest on May-06-2020

Browse Popular Code Answers by Language