Difference between revisions of "Anchor with no href"

From Level Access Web Labs
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>

Latest revision as of 13:54, 26 November 2018

Anchor with no href but with onclick and tabindex but no role.

Our site Our site