Answers for "how do you display hyperlinks without an underline?options:a {text-decoration:no-underline;} a {underline:none;}a {text-decoration:none;} a {decoration:no-underline;}"

CSS
-1

link text underline css none

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

Code answers related to "how do you display hyperlinks without an underline?options:a {text-decoration:no-underline;} a {underline:none;}a {text-decoration:none;} a {decoration:no-underline;}"

Browse Popular Code Answers by Language