Web Accessibility with HTML and JavaScript using HTML5 Local Storage

Welcome to this exciting new tutorial. I’ve been meaning to do this for a while but just never got around to it due to poor time management. In this tutorial you will learn how to create a fully functional web application that changes the font size and colours on all of the pages.

As web developers we believe in equal opportunity and more than that we create opportunities where people with disabilities are able to enjoy the content of an awesome website same as everyone else.  For more information go to https://www.w3.org/WAI/intro/accessibility.php this will explain things in more information about web accessibility.

Things we need for this project. Well we love using fancy programs to code in such as Visual Studio, Brackets, Sublime text or even Visual Studio Code for this one we will use Notepad and Google Chrome. JavaScript and HTML can be coded on notepad and tested on Chrome easily since HTML and JavaScript are both script language they don’t need any fancy programs to compile in. This project will contain multiple style sheets and one independent JavaScript file. It can be used in your own website granted you follow the process accurately.

Download the project files for web accessibility

web_assessibility_html_css_javascript



Comments are closed.