Open aubreywullschleger opened 7 years ago
Great! Nice job using locally stored images for your project! This is best practice for production code and helps your page load faster.
Example: https://github.com/dmitch03/TeaCozy/blob/master/index.html#L11
Make sure to use descriptive alt attributes on all of your <img> elements like this: <img src="resources/images/img-tea-cozy-logo.png" alt="Tea Cozy logo"> This is best practice and helps make your site even more accessible!
alt
<img>
<img src="resources/images/img-tea-cozy-logo.png" alt="Tea Cozy logo">
Great! Nice job using locally stored images for your project! This is best practice for production code and helps your page load faster.
Example: https://github.com/dmitch03/TeaCozy/blob/master/index.html#L11
Make sure to use descriptive
alt
attributes on all of your<img>
elements like this:<img src="resources/images/img-tea-cozy-logo.png" alt="Tea Cozy logo">
This is best practice and helps make your site even more accessible!