Multiple choice general knowledge

To make your website easier to be read by automated reading programs for the blind, you can:

  1. use <h1>...<h6> tags for easier navigation

  2. use alt tags to describe images

  3. use alt tags that name the link destination for images that function as links.

  4. All of these are correct

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All three practices enhance accessibility: heading tags (h1-h6) provide document structure, alt tags describe images for screen readers, and descriptive alt tags for linked images serve both accessibility and usability. Together, they make content more accessible to blind users.