首頁 > web前端 > html教學 > html規定元素的tab(用於導航時)鍵控制次序的屬性tabindex

html規定元素的tab(用於導航時)鍵控制次序的屬性tabindex

黄舟
發布: 2017-11-03 13:46:38
原創
3109 人瀏覽過

實例

帶有指定tab 鍵順序的連結:

<a href="http://www.w3school.com.cn/" tabindex="2">W3School</a>
<a href="http://www.google.com/" tabindex="1">Google</a>
<a href="http://www.microsoft.com/" tabindex="3">Microsoft</a>
登入後複製

瀏覽器支援

幾乎所有瀏覽器均tabindex 屬性,除了Safari。

定義和用法

tabindex 屬性規定元素的 tab 鍵控制順序(當 tab 鍵用於導航時)。

提示與註解

註解:以下元素支援tabindex 屬性:, ,