实例说明:
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>小白教程</title> </head> <body> <a href="//www.1818ip.com//" tabindex="2"> 1818ip.com</a><br /> <a href="//www.google.com/" tabindex="1">Google</a><br /> <a href="//www.microsoft.com/" tabindex="3">Microsoft</a> </body> </html>
标签含义:
tabindex 属性规定当使用 "tab" 键进行导航时元素的顺序。
源代码运行结果如下:
相关文章
标签:html