+ 3
Which attribute specifies the tab order of an element in HTML?
2 Respuestas
+ 4
I think you are referring to a question on a challenge
The answer is : tableindex
+ 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" />