Answers for "don't underline links css"

4

how to not underline links in css

a {
    text-decoration: none;
}
Posted by: Guest on November-10-2020
2

remove underline anchor tag

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

remove underline in anchor tag

text-decoration:none;
Posted by: Guest on August-06-2020

Code answers related to "don't underline links css"

Browse Popular Code Answers by Language