This site is undergoing a refresh.
Websites & Development

What Is Alt Text?

Alt text is a text alternative that communicates useful visual information when an image cannot be seen.

Alt Text Meaning in Plain English

Screen readers can announce alt text, and browsers can use it when an image fails to load. The right wording depends on what the image contributes in that specific context.

Decorative images that add no information should usually use an empty alt attribute so assistive technology can skip them.

Example

<img src="technician.webp" alt="Technician inspecting a commercial rooftop HVAC unit">

Compare that with:

<img src="purple-swoosh.webp" alt="">

The first image communicates relevant activity. The second example treats a purely decorative shape as decoration rather than creating noise.

Why It Matters

Thoughtful alternatives help people access equivalent information and make image purpose clearer.

Put the Definition to Work

Try the Related Tool Explore the Related Service