Alternate Text for Web Graphics

There are a number of reasons why graphics may not load on a viewer's screen. By providing the viewer with an alternate text description of the image, you make him or her aware of the image's existence and content.

"ALT" tags provide alternate text descriptions for imagemaps, sound files and Java applet tags, as well as for images.

Use the "ALT" attribute with the "IMG" tag to include alternate text for an image. For example, in the HTML tag below, "pretty picture" is the alternate text for the image.

<IMG SRC="alt.gif" ALT="pretty picture">

Alternate text example


Do-It-Yourself Guide

Graphics