Alt Text (Alternative Text)

Accessibility

// Definition

A text description provided via the HTML alt attribute on img elements that conveys the meaning or function of an image to users who cannot see it — including screen-reader users and users with images disabled. Meaningful images require descriptive alt text that communicates the content or purpose of the image, not its appearance. Decorative images (pure visual embellishment) should use an empty alt attribute (alt="") so screen readers skip them entirely. QA testers check that every meaningful image has accurate, concise alt text, decorative images are marked correctly, and complex images (charts, infographics) have extended descriptions.

// Related terms