Priority 1 Item 1
Provide a text equivalent for every non-text element (e.g.,
via "alt", "longdesc", or in element content).
This includes: images, graphical representations of text (including
symbols), image map regions, animations (e.g., animated GIF's), applets
and programmatic objects, ASCII art, frames, scripts, images used
as list bullets, spacers, graphical buttons, all sounds, stand-alone
audio files, audio tracks of video, and video.

<img src="corky.jpg" alt="Corky,
the Emporia State University Logo." width="106"
height="150">

<img src="corky.jpg" width="106" height="150">
Alt Tag Defined
The Alt Tag (short for "alternate text") is a textual
description of a graphic or image. It is technically not a "tag"
at all but an attribute of the image (IMG) tag in HTML code.
The Alt Tag displays in most browsers as pop-up text when the user
hovers his or her mouse pointer over an image. It also displays
in place of a graphic when the 'view images' feature is turned of
in a browser, or when the page is viewed with a text-only browsewr
such as Lynx. The Alt Tag is also used by page-reading software
to render graphical content accessible to blind or low-vision users.