Answers for "how to remove line from anchor tag"

3

remove underline from a tag

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

how to remove line in href tag in html

text-decoration: none;
Posted by: Guest on April-16-2021
0

how to remove line in href tag in html

color: inherit;
Posted by: Guest on April-16-2021
0

how to remove line in href tag in html

a, a:hover, a:focus, a:active {
Posted by: Guest on April-16-2021

Code answers related to "how to remove line from anchor tag"

Browse Popular Code Answers by Language