xxxxxxxxxx
<html>
<body>
<h1>Accesskey Global attribute example</h1>
<p>
The accesskey activation key combination depends on operating system and
browser. See main article for details.
</p>
<p>
On Windows in Chrome for example, "alt" + "h" will activate the accesskey.
</p>
<a href="https://www.thewebmaster.com/" accesskey="h">Homepage</a>
</body>
</html>