SyntaxFix
Write A Post
Hire A Developer
Questions
Here are the three ways for <a> tag's href tag property refer to nothing:
<a>
href
<a href="JavaScript:void(0)"> link </a> <a href="javascript:;">link</a > <a href="#" onclick="return false;"> Link </a>