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 260 views
1 answer 328 views
328 views asked Dec 8, 2018 by avibootz
2 answers 230 views
230 views asked Jun 18, 2023 by avibootz
1 answer 252 views
252 views asked Jun 27, 2021 by avibootz
...