How to disable HTML link in CSS

1 Answer

0 votes
.disabled {
    pointer-events: none;
}
<a class="disabled" href="https://seek4info.com">seek4info</a>

 



answered May 22, 2021 by avibootz

Related questions

1 answer 272 views
1 answer 342 views
342 views asked Dec 8, 2018 by avibootz
2 answers 247 views
247 views asked Jun 18, 2023 by avibootz
1 answer 261 views
261 views asked Jun 27, 2021 by avibootz
...