Markup Tools

Image Guidelines

Computers and the web are primarily a visual medium. In Building Accessible Websites, author Joe Clark asserts that by making all the images on your website accessible, you are over halfway toward your goal of accessibility. Below is a list of guidelines to follow:

XHTML tools for images

There are three key accessibility attributes for images:


When using image maps, you should provide a title for the <map> element, as well as titles and alts for each of the areas that compose the map.

Navigation Guidelines

As previously mentioned, two of the most important things to aim for when coding with accessibility in mind are simplicity and redundancy: Avoid confusing, convoluted tables, forms, and layouts, and providing multiple ways to convey information.

Because of the time-intensive nature of reading Web sites in Braille, Web developers should consider simplifying their pages as much as possible, so that deaf-blind individuals are not required to read extraneous or irrelevant content. These devices emulate the functionality of the standard keyboard, to one degree or another, so keyboard access to Web sites is paramount

Everyone benefits from well-designed Web sites, regardless of cognitive capabilities. In this context, "well-designed" can be defined as having a simple and intuitive interface, clearly worded text, and a consistent navigational scheme between pages.

XHTML tools for Navigation

Previous: Accessibility Overview (2)

Next: Tables