Open aubreywullschleger opened 6 years ago
Subtlety for errors! Be sure to use descriptive alt attributes on your <img> elements like this: <img src="./resources/css/images/img-spiced-rum.jpg" alt="box of loose tea"> as this is best practice and makes your site more accessible.
alt
<img>
<img src="./resources/css/images/img-spiced-rum.jpg" alt="box of loose tea">
Example: https://github.com/pkroux/prj-rev-bwfs-tea-cozy/blob/master/Tea%20Cozy%20-%20Copy/index.html#L43
Subtlety for errors! Be sure to use descriptive
alt
attributes on your<img>
elements like this:<img src="./resources/css/images/img-spiced-rum.jpg" alt="box of loose tea">
as this is best practice and makes your site more accessible.Example: https://github.com/pkroux/prj-rev-bwfs-tea-cozy/blob/master/Tea%20Cozy%20-%20Copy/index.html#L43