This is the third and last article on the series and I am going to show you how to create hidden skip links for your site. If you want to show your skip links, there are numerous methods to do so, and I won’t cover them here as each site design is unique. The basic code will still apply so you will need to style it to fit into your site accordingly.
I will use my site here as the example for creating and styling hidden skip links. The method used relies upon semantic xHTML code with CSS for the styling. All we are going to do is add a couple of id’s to an unordered list and move it off screen. We will also make it accessible so that it will appear if “active†to the user.