Persons using audio browsers run into difficulties grasping the content of images (<img>). Display the gist of the image using the alt attribute.

Good example: Describe the image using the alt attribute.

Good example: Images with no meaning are displayed as alt=""

Bad example: "Chapter 2" is read aloud twice with Audio Browser.
Audio browsers, when the alt attribute is not specified in the <img> tag for linked images, read aloud the URL of the target link. Audio browser users thus cannot get an idea of the target link content.

Bad example: URL is read aloud by audio browser with no alt attribute specified

Good example: Target link is described in alt attribute.
When the alt attribute is not specified in image map links, audio browsers read aloud the URL of the target link. Therefore, audio browser users cannot get an idea of the target link content.

Bad example: with no alt attribute specified (URL is read aloud)

Good example: Target link is described in alt attribute.