kellyclaus / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Alt attributes #3

Closed aubreywullschleger closed 6 years ago

aubreywullschleger commented 6 years ago

Subtlety for errors! Be sure to use descriptive alt attributes on your <img> elements like this: <img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/hacksaw.jpeg" alt="hacksaw paint brushes"> as this is best practice and makes your site more accessible.

Example: https://github.com/kellyclaus/prj-rev-bwfs-dasmoto/blob/master/DasmotoArtsCrafts/index.html#L13

kellyclaus commented 6 years ago

Yup I always forget those. Thanks for the reminder!