Difference between revisions of "Anchor with no href"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
<body> | <body> | ||
<a onclick="window.location = 'http://www.google.com';" tabindex="0" onKeyup="check();"> Our site </a> | <a onclick="window.location = 'http://www.google.com';" tabindex="0" onKeyup="check();"> Our site </a> | ||
+ | <a onclick="window.location = 'http://www.google.com';" onKeyup="check();"> Our site </a> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |