0
No Underline on <a> tag
How do you remove the underline on the a tag?
1 Odpowiedź
0
Override it by styling inline or by css.
Btw just add relavent tags like <a>, underline, css html,,...
a:link {
text-decoration: none;
}
How do you remove the underline on the a tag?