最新的Web開發教程
 

HTML tabindex Attribute


定義和用法

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