Introduction

Examples will be presented via JS Bin ( http://jsbin.com/ ), feel free to modify and base work on the examples.

Accessibility

Website developers should take users with the following into consideration:

Ensure that each page has a descriptive title and every image an alt text. See more checks here: http://www.w3.org/WAI/eval/preliminary.html

Course contents

Suggested readings

Internationalization

The acronym i18n is used for internationalization since there are 18 letters between the i and the n. The standard encoding to use is UTF8, it is good practice to declare encoding and charset. If your website is in several languages have translated links to switch easily findable. Here are some additional tips: http://www.w3.org/International/quicktips/

Suggested readings