实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>html tabindex 实例 - 自学教程(runoops.com)</title> </head> <body> <a href="http://www.runoops.com/" tabindex="2"> runoops.com 实例 - 自学教程</a><br /> <a href="http://www.google.com/" tabindex="1">Google</a><br /> <a href="http://www.microsoft.com/" tabindex="3">Microsoft</a> </body> </html>
运行结果: