xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
</head>
<body>
<a href="http://www.w3cschool.cn/html/html-tutorial.html" accesskey="h">HTML 教程</a><br>
<a href="http://www.w3cschool.cn/css/css-tutorial.html" accesskey="c">CSS 教程</a>
<p> accesskey 属性规定了激活元素的快捷键。</p>
<p><strong>注意:</strong> 不同浏览器使用的快捷键方法不同:</p>
<ul>
<li>IE, Chrome, Safari, Opera 15+: [ALT] + <em>accesskey</em></li>
<li>Opera prior version 15: [SHIFT] [ESC] + <em>accesskey</em></li>
<li>Firefox: [ALT] [SHIFT] + <em>accesskey</em></li>
</ul>
</body>
</html>