15. A method shall be provided that permits users to skip repetitive navigation links. (508:O. No W3C checkpoint)
The critical coding in the example below is in bold below:
<a href="#maincontent">Skip Navigational Links</a> |
<a href="">Accounting Manuals</a> |
<a href="">General Accounting</a> |
... and....
<a name="maincontent"></a>
<h3>Welcome to the Accounting Division</h3>
|



