How to remove the underline for anchors(links)?
Is there anyway (in CSS) to avoid the underline for the text and links introduced in the page .. ?
Eduardo T.
answered 03/16/19
Self-Taught Web Developer (HTML/CSS, JavaScript)
Hi, Marlene!
To avoid or remove the underline for the <a> tags or links introduced in your HTML code, you can use the following CSS code:
a {
text-decoration: none;
}
Still looking for help? Get the right answer, fast.
OR
Find an Online Tutor Now
Choose an expert and meet online.
No packages or subscriptions, pay only for the time you need.