|
You are here > Web Design > Web Accessibility > 42.2. Text Link to the Main Content
Text Link to the Main Content
This technique is similar to the "Image Link to the Main Content" technique described on the previous page. Instead of adding an image link, you add a text link to the top of the page and set the target of the link to the start of the main content.
For example:
Text Link
<A HREF="#main_content">Skip to main content</A>
Start of Main Content Anchor
<A NAME="main_content"></A><H1>Main content</H1>
Table headers >>>
|