Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 528 Bytes

File metadata and controls

10 lines (5 loc) · 528 Bytes

21. Test for Image Alternative Text Accessibility Issues

📹 Video

  • Make sure your images have an alternate (alt) text! 👍

  • The alt attribute allows you to specify a simple string to be used whenever an image is not available, whether the image fails to load or when you're using a screen reader.

  • If you don't provide an alt attribute, the screen reader will instead read the name of the file (not very helpful!)