Skip to Main Content
Skip to Sub-navigation
Information Resources & Communications

Web Accessibility at the University of California

Use Alt Attributes Appropriately on All Images

The Challenge
People who are blind typically use screen readers or Braille devices that "read" the text on Web pages. When these devices encounter a non-text element that has no "alt" text associated with it, the user has no way of knowing what the element represents, or if it is important to the content of the page. Provide text descriptions of the non-text elements on a page in order to communicate the meaning of the element to the user. Adding alternative text to non-text elements also supports people who use talking browsers, text browsers, or browsers on small devices.

Non-text elements are usually images (as defined using the <img> tag), but also include graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ASCII art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video.

Solutions

Additional Information


Please submit your questions, comments, and suggestions at feedback.html