dmitch03 / TeaCozy

Tea Cozy project for review
0 stars 0 forks source link

Using locally stored images #3

Open aubreywullschleger opened 7 years ago

aubreywullschleger commented 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!