shannoneko / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

use alt attribute on image tags #2

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 does not load, it is read by screen readers for accessibility, and it makes your code look more professional. https://www.codecademy.com/articles/accessibility

https://github.com/shannonspaniol/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtsCrafts/index.html#L12

shannoneko commented 6 years ago

I removed the alt tags actually from what Atom tried to do but I will add it back in the future :)