bitsofco.de
How and when to use the tabindex attribute
31
tabindex is a global attribute that can be applied to most HTML elements with content. It controls two things: If an element is focusable, either by an input method such as the keyboard, or programatically such as with the focus() method; and At what poin... Read full article