background
loading scroll to btns
Back To Home
notes
2 min readOctober 24, 2023

๐Ÿ•œ accessibility

web
accessibility

Color Accessibility

  • test for color blindness using the color blind extension
  • test for color contrast

visual hierarchy

  • test for a clear hierarchy using the blur property
  • make sure the hierarchy of the website is clear and simple

notes

  • accessibility is hard and important
  • make sure that the website works well with the tab key
  • use semantic elements
  • test your page for accessibility using tools like lighthouse or websites
  • test using a screen reader

Videos

๐Ÿ“š Materials/References:

Comments