how to make a link unclickable in html code example Example: how to make an anchor tag unclickable .disableClick{ pointer-events: none; }