NICS - Guidelines for accessibility
Skip code examples (this bypasses the code below - a timely example that avoids screen reader users having to listen to all the code if they don't want to).
<a href="contents"><img src="1pix.gif" alt="skip to page contents"></a> <a href="contents" class="hide">
Skip to page contents</a>
CSS:
.hide {color: white; background-color: white;}
.hide {height:0; width:0; overflow:hidden; position: absolute;}