Use header elements  
WAI / WCAG 1.0 Priority 2 checkpoint 3.5
 
 
Issue Description

The page does not contain header element (H1, H2, ... or H7).

 
 
How to fix

Include one or more header elements in the document. Respect the hierarchical levels: for example, jump from H1 to H2, but avoid 'gaps' like jumping from H1 to H3.

A quick test to determine which headers are needed is to create an outline of the content of the page. Start with a level (for example, H3) and mark subsequent sections of the outline with that header ( H3). When a more detailed section in the Outline is reached, use a higher level of header (like H4).

If the default formatting of the headers is not acceptable, define a CSS class with the desired properties, and use that class every time a header is used.

 
 
Issue Explanation

Use HTML headers (H1, H2, ..., H7) to create a hierarchy of different sections of content shown in the page.

In this way, visitors of the website can glance through an outline of the document and identify the part that is most useful without having to read through all of the text.

In addition, with several reading browsers or screen readers it is possible to obtain a list of all the headers included in the document and jump directly to a specific header. This is very beneficial to people who cannot see the document if, for example, they are visually impaired, blind or they access the web through a telephone service. This way the visitor does not have to listen to every word of the text before reaching the content that is of most interest.