tfagan0721 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

use alt attribute on image tags #3

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Try to get in the habit of describing your images with the alt attribute. This description will show up incase the image doesn't load, it is read by screen readers for accessibility purposes, and it makes your code look more professional. https://www.codecademy.com/articles/accessibility

https://github.com/tfagan0721/prj-rev-bwfs-dasmoto/blob/master/Arts%20and%20Crafts%20Page/index.html#L16

tfagan0721 commented 6 years ago

Thank you for the article. I'd been wondering about accessibility. I am a course designer in Canvas LMS and accessibility is one of the big pushes we are stressing with our faculty right now.