Open aubreywullschleger opened 7 years ago
Great! Great job using locally stored images for your project! This is best practice for production code and helps your page to load faster.
Example: https://github.com/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L12
Also, I appreciate that you used descriptive alt attributes on your <img> elements. This is best practice, and helps make your site even more accessible!
alt
<img>
Great! Great job using locally stored images for your project! This is best practice for production code and helps your page to load faster.
Example: https://github.com/ApolloFrost/prj-rev-bwfs-tea-cozy/blob/master/teacozy/index.html#L12
Also, I appreciate that you used descriptive
alt
attributes on your<img>
elements. This is best practice, and helps make your site even more accessible!