Keyboard ShortcutsTo demonstrate one component of making a site accessible we've developed keyboard shortcuts for the main navigation areas of this site. Web Accessibility pages onlyAlt + n = Next page (if link exists) All Web Development Resource Guide pagesAlt + s = Search page Browser differencesNetscape 6.X - Alt + letter takes you directly to link Creating a keyboard shortcutInside of your link tag add the accesskey tag: <a href="index.html" accesskey="i">Home</a> If you've developed your site navigation using server side includes you can quickly and easily add keyboard shortcuts to an entire site. |