Answers for "how to remove the under line in anchor tag elements in css"

CSS
2

remove underline in anchor tag

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

remove underline from span inside anchor

a span{display: inline-block}
Posted by: Guest on December-09-2020

Code answers related to "how to remove the under line in anchor tag elements in css"

Browse Popular Code Answers by Language