The tutorials found herein have been written for clarification of existing W3C HTML 5 and HTML 4.01 (and, by extension, xHTML 1.0 as text/html) specifications through the use of real-world examples.

Some section names have been taken from HTML 5; some remain HTML 4.01. Text-Level Elements in HTML 4.01 - have become Text-Level Semantics in HTML 5 but some were reclassified as Grouping or Phrasing Content; List elements are Grouping Content but shown here as “Lists”.
accesskey
The accesskey attribute is an Accessibility control that navigates to assigned pages. HTML 4.01 specifically assigned it to the following: a, area, button, input, label, legend, textarea; that convention ceased.
[Note: See related below.]
accesskey
<ul>
<li><a href="/" accesskey="1">Home page</a></li>
<li><a href="/old-site-map" accesskey="3">Site map</a></li>
<li><a href="/160" accesskey="8">Terms and conditions</a></li>
<li><a href="/accessibility-statement#anchorKeys" accesskey="0">Access key details</a></li>
</ul>
The Elementary Standards: A Compendium of articles, tutorials and reference material regarding Web Standards, HTML and CSS Copyright ©2005-2010. All work is published by Sean Fraser under a Creative Commons License. All Rights Reserved.