6. Accessibility basics#

Objectives

Be familiar with issues faced by people with disabilities and understand the basics of web accessibility including WAI-ARIA.

Complete the following:

  1. Scan

  2. Watch

6.1. Guidelines for assignments#

  • Use heading tags to allow a user to jump through a document

  • Use meaningful text in hyperlinks

  • Add alt attributes to images

  • Identify document language

  • Don’t use tables for layout

6.2. Sample accessibility websites#

Tooltester’s:

6.3. Learn more#