用accessKey设置快捷键
时间:2021-07-01 10:21:17
帮助过:12人阅读
DOCTYPE html>
<html>
<body>
<a href="http://www.w3school.com.cn/html/" accesskey="h">HTML 教程
</a><br />
<a href="http://www.w3school.com.cn/css/" accesskey="c">CSS 教程
</a>
<p><b>注释:
</b>请使用Alt +
<i>accessKey
</i> (或者 Shift + Alt +
<i>accessKey
</i>) 来访问带有指定快捷键的元素。
</p>
</body>
</html>
用accessKey设置快捷键
标签:教程 快捷 sch com ref code .com school htm