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