Greenka236 / Tea_cozy

0 stars 0 forks source link

Accessibility #3

Open martoio opened 6 years ago

martoio commented 6 years ago

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/Greenka236/Tea_cozy/blob/2124fce2281fa4b900aaa022ac30996e6630ee4d/index.html#L42

Greenka236 commented 6 years ago

Done. Was not aware of the importance of alt.