Answers for "can you style underline for link"

CSS
0

underlined style for a link

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

how to take of underline from link through css

<a style ="text-decoration-line: none;">halo</a>
can be used in vs code
Posted by: Guest on August-24-2021

Browse Popular Code Answers by Language