SyntaxFix
Write A Post
Hire A Developer
Questions
<a href="javascript:alert('Hello');"></a>
is just shorthand for:
<a href="" onclick="alert('Hello'); return false;"></a>