Open jim-rosales opened 6 years ago
When including images on a site, it is best practice always to add the alt attribute. It is both used for accessibility and as a backup, in case your image can't be rendered.
This gist shows an image tag with the alt attribute included.
https://github.com/dmgross/prj-rev-bwfs-dasmoto/blob/3a7f588ddb06a38c2cf0d04cd886315d663beedc/Arts%26CraftsStore/index.html#L14
Thanks!
When including images on a site, it is best practice always to add the alt attribute. It is both used for accessibility and as a backup, in case your image can't be rendered.
This gist shows an image tag with the alt attribute included.
https://github.com/dmgross/prj-rev-bwfs-dasmoto/blob/3a7f588ddb06a38c2cf0d04cd886315d663beedc/Arts%26CraftsStore/index.html#L14