<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<a href="https://www.w3docs.com/learn-html.html" accesskey="h">HTMLonline tutorial</a>
<br/>
<a href="https://www.w3docs.com/learn-css.html" accesskey="c">CSS online tutorial</a>
<br/>
<a href="https://www.w3docs.com/learn-git.html" accesskey="g">GIT online tutorial</a>
<br/>
<p>Chrome, Safari, Opera 15+: [ALT] + <strong>accesskey</strong></p>
<p>Firefox: [ALT] [SHIFT] + <strong>accesskey</strong></p>
<p>Opera prior version 15: [SHIFT] [ESC] + <strong>accesskey</strong></p>
</body>
</html>