5.1.1. Use an empty alternate text (alt="") for decorative and illustrative images

When a decorative or illustrative image is included in the HTML code, the alt attribute must be added to the <img/> tag and left empty (without a space between the quotation marks of alt=””).

<img src="decorative-image.png" alt="" />

Tip

To check if an image is decorative/illustrative or informative, ask yourself if the absence of the image would change your understanding of the content. If the answer is “yes”, then enter the alternate text; otherwise, leave the alt attribute empty.

Note

Whenever possible, decorative images should not be included in the HTML code but loaded into the page with CSS.

Examples


In this example, the decorative and illustrative images are indicated with the arrows. If they are included in the HTML code and are not clickable, then they should have an empty alternate text (alt=””).

notices/html-css/utiliser-une-alternative-vide-alt-sur-les-images-decoratives-et-illustratives.txt · Last modified: 20 January 2014 at 12:26 by rlapeze
 

Project coordinated by Atalan.

In partnership with:

Observers: