Answers for "remove line from a tag"

14

remove underline html

<a style="text-decoration: none;"></a>
Posted by: Guest on February-20-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

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

Browse Popular Code Answers by Language