tabindex="0": thêm element vào tab order tự nhiên. tabindex="-1": focusable bằng JS nhưng không tab được. tabindex > 0: đặt thứ tự ưu tiên (tránh dùng, gây confuse).
Mặc định: links, buttons, inputs đã focusable.
tabindex="0": adds an element to the natural tab order. tabindex="-1": focusable via JavaScript but not reachable by Tab. tabindex > 0: sets explicit priority order (avoid — confuses users).
By default: links, buttons, and inputs are already focusable.