Difference between revisions of "Anchor with button role"
Jump to navigation
Jump to search
(Created page with "<html> <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90"></a> </html>") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90"></a> | + | <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90">test</a> |
</html> | </html> |