DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
HTML Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
HTML
What's wrong with assigning tabindex="1", tabindex="2", tabindex="3" to manually control tab order?
A
Positive tabindex values are not supported in any modern browser
B
It creates a separate tab sequence disconnected from DOM/visual order, which becomes very hard to maintain and often conflicts with tabindex="0" elements
C
It has no downside and is the recommended approach
D
It only works for <input> elements
Check Answer