A web designer is tasked with creating a website that is accessible to users with various disabilities. What CSS strategy should be employed to ensure that the website is navigable and readable by screen readers?

  • Excessive use of images and icons
  • Flash animations and multimedia elements
  • Inline styling and embedded CSS
  • Semantic HTML and ARIA roles
To ensure accessibility for users with disabilities, a web designer should use Semantic HTML and ARIA (Accessible Rich Internet Applications) roles. These help in providing meaningful structure and information to assistive technologies like screen readers. Avoiding excessive use of images, flash, or inline styling is crucial for a better user experience for people with disabilities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *