Web Accessibility Made Easy: Headings
This entry in the “Web Accessibility Made Easy” series addresses the use of headings to add structure to the content of Web pages.
Headings
HTML headings have been part of the structure of an HTML document from the beginning. The heading tags <H1> through <H6> are meant to give web documents structure. Therefore, headings should be properly nested to assign level of importance in the structure of the Web page. (more…)

