Answers for "how to disable a url in html"

0

how to disable link in hmtl

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
Posted by: Guest on September-22-2021

Code answers related to "how to disable a url in html"

Browse Popular Code Answers by Language