Will add to the browser history:
<a href="#"></a>
Won’t add to the browser history (preferred method):
<a href="javascript:;"></a>
Will add to the browser history:
<a href="#"></a>
Won’t add to the browser history (preferred method):
<a href="javascript:;"></a>