jcrumrine / Dasmoto

Codecademy - Hello CSS - Reviewable Project 1
0 stars 0 forks source link

Locally stored images #1

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Awesome 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/jcrumrine/prj-rev-bwfs-dasmoto/blob/master/Dasmoto%20Project/index.html#L13

Make sure to use descriptive alt attributes on all of your <img> elements like this: <img src="./resources/img/hacksaw.jpeg" alt="hacksaw paint brushes">. This is best practice and helps make your site more accessible!

jcrumrine commented 6 years ago

Thank you for the information. I have changed my code to add the alt tag to my images.