How do I remove the underline in the link?

Asked

Viewed 356 times

-1

to{ } lorem ipsum dhsjj auAHAN Hsuayh hsnsabah hsauhiHAYH HSAUHSAHSD

2 answers

1

just put it like this in your css:

a {
text-decoration: none;
}

Or put the name of idor classe of your tag you want to take.

0

You can just use the tag

a{
 text-decoration: none;
}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.