Answers for "css a href text decoration"

CSS
0

underlined style for a link

a {
  text-decoration: none;
}
Posted by: Guest on November-27-2020
-1

link text underline css none

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

Browse Popular Code Answers by Language