liuyi9509 / codecademy-build-websites-from-scratch-

0 stars 0 forks source link

Accessibility #6

Closed liuyi9509 closed 6 years ago

liuyi9509 commented 6 years ago

From @martoio on July 24, 2018 12:49

Make sure you add the alt attribute to your images to maintain accessibility for all audiences of the page (particularly visually-impaired users). Remember to add it even in these simple projects and it will become a habit. (Hint: as long as you have the alt attribute with something semi-meaningful, we'll be happy with it). For more info: https://www.codecademy.com/articles/accessibility

https://github.com/liuyi9509/Codecademy-SQL-intensive/blob/3fd7c7abc0d022b1c41e79cf61432a920a3f64b8/index.html#L14

Copied from original issue: liuyi9509/Codecademy-SQL-intensive#6