HTML is already designed to be accessible. Writing accessible websites is mostly about using the intended HTML elements and attributes.
Use <a> for links, use <form> for user input, with <label> and the proper input elements. Use the alt attribute for images that communicate information. The most common accessibility issues I see are recreating input without forms, and recreating links with anchor tags using JavaScript.
6 comments
[ 3.1 ms ] story [ 24.9 ms ] threadUse <a> for links, use <form> for user input, with <label> and the proper input elements. Use the alt attribute for images that communicate information. The most common accessibility issues I see are recreating input without forms, and recreating links with anchor tags using JavaScript.
Quick website accessibility tests:
https://www.youtube.com/playlist?list=PLTqm2yVMMUKWTr9XWdW5h...