forked from NJIT-WIS/mywebclass-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
Web Accessibility
chunlohk edited this page Mar 21, 2023
·
1 revision
Making a website accessible for people with disabilities can not only help you attract a wider audience but also promote inclusivity and make your site easier to use for everyone. Here are some tips to make your site accessible and appealing to a wider audience:
Use clear and concise language:
- Use simple language and avoid complex words and jargon. This helps people with cognitive disabilities, non-native speakers, and people with reading difficulties understand your content better.
Ensure keyboard navigation:
- Make sure your site is accessible to people who can't use a mouse. Keyboard navigation should be easy and intuitive.
Use descriptive and meaningful links:
- Use descriptive links that explain the content of the page they lead to, instead of using generic phrases like "click here".
Provide alternative text for images:
- Alternative text, or alt text, is a description of an image that is read aloud by a screen reader. It helps people with visual impairments to understand what the image is about.
Use high contrast colors:
- Use high contrast colors for text and background to make it easier for people with visual impairments to read.
Include closed captions and transcripts for videos:
- Provide closed captions and transcripts for videos to make them accessible to people who are deaf or hard of hearing.
Use headings and subheadings:
- Use headings and subheadings to organize your content and make it easier for people with cognitive disabilities or visual impairments to navigate.
Test your site for accessibility:
- Use accessibility testing tools to check whether your site is accessible to people with disabilities. Make necessary changes to improve accessibility.