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

Using accesskey to create keyboard shortcuts for links - WAI recommended technique.

View WAI Checkpoint 9.5 - Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls.

Priority 3 Item 1
Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls.

 

Please the requested information in the following form. Items marked with a * are required.

 

<label class="red" for="first_name">* First name:
<input accesskey="F" type="text" name="first_name"
id="first_name" tabindex="1"
title="Type your first, or given, name here. This information is required." />
</label>

<label class="red" for="last_name">* Last name:
<input accesskey="L" type="text" name="last_name"
id="last_name" tabindex="2"
title="Type your last name, or surname, here. This information is required." />
</label>