Answers for "css a tag without underline"

1

css without underline

#Just set text decoration to none
.a {
    text-decoration: none;
}
Posted by: Guest on April-17-2021
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

Browse Popular Code Answers by Language