定義和用法
該tabindex屬性指定元素的標籤順序(在"tab"按鈕用於導航)。
適用於
該tabindex屬性是的一部分全局屬性 ,並且可以在任何HTML元素上使用。
元件 | 屬性 |
---|---|
所有的HTML元素 | tabindex |
例
鏈接與指定的Tab鍵順序:
<a href="http://www.w3ii.com/" tabindex="2">w3ii</a>
<a href="http://www.google.com/" tabindex="1">Google</a>
<a href="http://www.microsoft.com/" tabindex="3">Microsoft</a>
試一試» 瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
tabindex | 是 | 是 | 是 | 是 | 是 |