案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<a href="//www.w3xue.com/" tabindex="2">W3xue</a><br />
6
<a href="http://www.google.com/" tabindex="1">Google</a><br />
7
<a href="http://www.microsoft.com/" tabindex="3">Microsoft</a>
8
9
<p><b>注释:</b>请尝试使用键盘上的 "Tab" 键在链接之间进行导航。</p>
10
11
</body>
12
</html>
13