1D0-720 · Question #10
What is the purpose of ADA and Section 508 compliance in web development?
The correct answer is B. To make websites accessible to individuals with disabilities. B is correct because the Americans with Disabilities Act (ADA) and Section 508 of the Rehabilitation Act both legally mandate that digital content - including websites - be accessible to people with disabilities such as visual impairment, hearing loss, or motor limitations…
Question
What is the purpose of ADA and Section 508 compliance in web development?
Options
- ATo secure websites against cyber attacks.
- BTo make websites accessible to individuals with disabilities.
- CTo optimize websites for mobile devices.
- DTo ensure websites load quickly.
How the community answered
(32 responses)- A3% (1)
- B88% (28)
- C6% (2)
- D3% (1)
Explanation
B is correct because the Americans with Disabilities Act (ADA) and Section 508 of the Rehabilitation Act both legally mandate that digital content - including websites - be accessible to people with disabilities such as visual impairment, hearing loss, or motor limitations (e.g., screen reader support, keyboard navigation, alt text for images).
Why the distractors are wrong:
- A (security) - Cybersecurity is governed by frameworks like OWASP and NIST, not ADA/508.
- C (mobile optimization) - Responsive design is addressed by CSS media queries and frameworks, not accessibility law.
- D (performance/load speed) - Speed is a concern for Core Web Vitals and SEO, unrelated to disability access law.
Memory tip: Think "ADA = Access for Disabled Americans" - the word access links directly to accessibility, making it easy to recall that both ADA and Section 508 exist to remove barriers for users with disabilities, not to handle security, speed, or device compatibility.
Topics
Community Discussion
No community discussion yet for this question.