Answers for "how to disable anchor tag click event using css"

2

html disable anchor link

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

Code answers related to "how to disable anchor tag click event using css"

Browse Popular Code Answers by Language