General Guidelines.
In simple terms, six key concepts to developing accessible Web pages
- Create HTML and CSS pages that conform and validate to existing standards. [W3C Validation Service] [HTML-Kit and Tidy]
- Use HTML to convey meaning and place the layout and presentation in cascading style sheets. [TopStyle] [HTML Validator]
- Provide for keyboard-only (or voice) navigation and easy design-based orientation.
- Use HTML features to provide information about the purpose and function of elements (alt & title attributes, table elements).
- Provide alternative methods to access information in scripts, applets, and multimedia.
-
Be wary of common pitfalls that can reduce the accessibility of your site.
- ASCII art
- Blinking text and marquees
- Link names that don't make sense out of context
- Links that aren't separated by printable characters
[3]