Answers for "css display link without underline"

CSS
2

How do you display hyperlinks without an underline?

a {
text-decoration: none;
}
Posted by: Guest on September-14-2020
-1

link text underline css none

.link{
   color: #FFFFFF;
  text-decoration: none;
}
Posted by: Guest on September-29-2021

Code answers related to "css display link without underline"

Browse Popular Code Answers by Language