Answers for "how to remove dotted line from a tag text in html"

CSS
0

css remove link border on click

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
Posted by: Guest on December-12-2020

Code answers related to "how to remove dotted line from a tag text in html"

Browse Popular Code Answers by Language