Nice job giving all of your img tags an alt attribute with a value that adequately describes the image, just in case your website is not able to load it. 👍
Doing so will help improve the accessibility of your website, which might be accessed by visually impaired users on e-readers or other devices that might deliberately neglect images-- as well as any other time that your website is just unable to render images.
https://github.com/shimabahramnejad/prj-rev-bwfs-dasmoto/blob/master/DasmotoArtCraft/index.html#L15
Nice job giving all of your
img
tags analt
attribute with a value that adequately describes the image, just in case your website is not able to load it. 👍Doing so will help improve the accessibility of your website, which might be accessed by visually impaired users on e-readers or other devices that might deliberately neglect images-- as well as any other time that your website is just unable to render images.