0 votes
in CSS by
Can we overrule underlining hyperlinks using CSS?

1 Answer

0 votes
by

Yes, we can overrule underlining hyperlinks.

B {
Text-decoration:none:
}
<b href="career.html" style="text-decoration: none">link text </B>

Related questions

0 votes
asked Feb 10 in CSS by DavidAnderson
0 votes
asked Feb 14 in CSS by DavidAnderson
...