Multiple choice technology web technology

For a website to be accessible to a low vision person, it must

  1. Support resizable text by specifying font size in relative units in the markup.

  2. Provide all the website information in a downloadable Word or PDF document.

  3. Have sufficient color contrast between text foreground and page background.

  4. Use images instead of text wherever possible.

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

For low-vision users, websites need: (A) resizable text using relative units (em, %, rem) so users can scale text without breaking layout, and (C) sufficient color contrast (WCAG requires 4.5:1 for normal text) for readability. Option B is wrong - providing downloadable documents doesn't make the website itself accessible. Option D is incorrect - images should supplement text, not replace it, because text scales better.