Which attribute specifies the tab order of an element in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which attribute specifies the tab order of an element in HTML?

15th Jun 2018, 4:06 PM
Anthony Omary
Anthony Omary - avatar
2 Answers
+ 4
I think you are referring to a question on a challenge The answer is : tableindex
15th Jun 2018, 10:22 PM
Muhammad Hasan
Muhammad Hasan - avatar
+ 2
Hello, Anthony Omary ! Setting the tabindex to -1 will render an element untabbable (if that's a word) :) <input type="text" name="username" tabindex="-1" />
15th Jun 2018, 4:09 PM
Alexander Sokolov
Alexander Sokolov - avatar