Difference between revisions of "Anchor with href javascript"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
<div onclick="alert('jon');" | <div onclick="alert('jon');" | ||
− | <a href=" | + | <a href="#" > Alert </a> |
</div> | </div> | ||
</html> | </html> |
Revision as of 14:18, 28 October 2019
Alert