NOTE: Because your web browser does not support web standards, you will only be able to view the content in a linearized format. To use this site to it's fullest, you may wish to upgrade to a browser that supports web standards.

Additional Resources

Specifying a logical tab order - WAI recommended technique.

View WAI Checkpoint 9.4 - Create a logical tab order through links, form controls, and objects.

Priority 2 Item 9
Create a logical tab order through links, form controls, and objects.

Don't do

Please the requested information in the following form.

Do

Please the requested information in the following form.

The HTML
<input type="text" name="first_name" id="first_name" tabindex="1" />
<input type="text" name="last_name" id="last_name" tabindex="2" />
<input type="text" name="org" id="org" tabindex="3" />
<input type="text" name="phone" id="phone" tabindex="4" />
<input type="text" name="email" id="email" tabindex="5" />
<input type="submit" tabindex="6" />