Tabindex:
*
Tabindex
*
Remove an element from the tabbing order
<button tabindex="-1">This button will not be reachable by tab</button>
The element will be removed from the tabbing order but will still be focusable.