Web Accessibility at the University of California
Good HMTL/XHTML is the basis for good accessible design. Web browsers, whether assistive or not, are designed to implement certain Web standards. Most, if not all, attempt to "fix" errors they encounter in Web pages, and all deal with deviations from the established Web markup standards in different (and unpredictable) ways. By ensuring that the markup used to code a Web page adheres to a defined standard, you ensure the best compatibility with the largest number of browsers, assistive or otherwise. The World Wide Web Consortium (W3C) defines the current standards for HTML and XHTML (with XHTML now replacing HTML as the primary Web standard).
In addition to page markup, it is also important to use valid Cascading Style Sheet (CSS) definitions on your pages. CSS standards are also defined by the W3C.
Guidelines
Additional Information