CSU 9.5.1

Keyboard access to active elements of a page is important for many users who cannot use a pointing device. User agents may include features that allow users to bind keyboard strokes to certain actions. HTML 4.01 allows content developers to specify keyboard shortcuts in documents via the "accesskey" attribute.

Example:

<A accesskey="a" href="FirstStep.html" title="Create a Page">

Create a Page</A>