
Accessible Web design is the art of creating webpages that are accessible to everyone, using any device. It is especially important so that people with disabilities - whether due to accident, disease or old age - can access the information in Web pages and be able to navigate through the website.
To be accessible, web pages and sites must conform to certain accessibility principles. These can be grouped into the following main areas:
- use semantic markup that provides a meaningful structure to the document (i.e. web page)
- Semantic markup also refers to semantically organizing the web page structure and publishing web services description accordingly so that they can be recognised by other web services on different web pages. Standards for semantic web are set by IEEE
- use a valid markup language that conforms to a published DTD or Schema
- provide text equivalents for any non-text components (e.g. images, multimedia)
- use hyperlinks that make sense when read out of context. (e.g. avoid "Click Here.")
- don't use frames
- use CSS rather than HTML Tables for layout.
- author the page so that when the source code is read line-by-line by user agents (such as a screen readers) it remains intelligible. (Using tables for design will often result in information that is not.)
However, W3C permits an exception where tables for layout either make sense when linearized or an alternate version (perhaps linearized) is made available.
This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.
Technorati Tags: 

Recent comments
2 days 21 hours ago
4 weeks 4 days ago
17 weeks 5 days ago
22 weeks 2 hours ago