Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make an anchor tag inactive

<style>
.disabled-link {
  pointer-events: none;
}
</style>
<a href="https://google.com" class="disabled-link">Google.com</a>
Source by codewithhugo.com #
 
PREVIOUS NEXT
Tagged: #anchor #tag #inactive
ADD COMMENT
Topic
Name
5+5 =