登录注册时,文本框输入焦点 TAB 键时,自定义下一个焦点的顺序

<input type="text" tabindex="1" />
<input type="text" tabindex="2" />

带有指定 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>

 

http://www.w3school.com.cn/tags/att_standard_tabindex.asp

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2021-06-21
  • 2021-10-07
  • 2021-08-27
  • 2021-11-13
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-06-11
  • 2021-09-26
  • 2021-11-30
  • 2022-01-02
相关资源
相似解决方案