Answers for "how tohtml/css removing little line by link when using in css"

CSS
0

remove line from a href css

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

how to remove the line from a link in css

/*like suppose I take a tag of html*/
a{
  decoration:none;
}
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language