Multiple choice technology

To make a website accessible to a blind person, you must

  1. Make all the functionality of website operable using only the keyboard.

  2. Identify sections of webpage by using headings in the markup.

  3. Avoid use of JavaScript and multimedia content.

  4. Provide text alternatives/descriptions for non text content such as images, multimedia and form elements.

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

Making websites accessible to blind users requires: (A) keyboard-only navigation since many blind users don't use mice, (B) proper heading structure for screen reader navigation, and (D) alt text and descriptions for images/multimedia. Option C is incorrect - JavaScript and multimedia can be made accessible with proper techniques and don't need to be avoided entirely.