Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLtabindex focus orderSingle-choice MCQ

Which element ordering produces the correct sequential keyboard (Tab) focus order, given these `tabindex` values?

<button tabindex="2">A</button> <button tabindex="5">B</button> <button tabindex="0">C</button>