Answers for "how to enable/disable anchor tag in html"

2

html disable anchor link

a.isDisabled {
  pointer-events: none;
}
Posted by: Guest on April-16-2020
1

disable an anchor tag

<a href="link.html" class="disabled">Link</a>
Posted by: Guest on June-13-2021

Code answers related to "how to enable/disable anchor tag in html"

Browse Popular Code Answers by Language