BarrelRider5 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Dasmoto's Arts and Crafts #1

Open asadmehdi785 opened 6 years ago

asadmehdi785 commented 6 years ago

Criteria 1: HTML & CSS Linking

Criteria 2: Implementation of design specification and content

Criteria 3: HTML tags and content

Criteria 4: Use of CSS selectors and syntax

Overall Score: 16/16

Excellent work with this project! Your HTML and CSS code was readable and well structured, and you did a good job making the webpage match the specification closely. Also, nice work making use of the span tag in your p tags to add some specific styling to those parts!

In the future, consider adding the alt attribute to your images. The alt attribute is some text that will be shown if the user is using accessibility settings, or if the page doesn't load correctly or something similar. We can add it simply like this:

<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/hacksaw.jpeg" alt="Hacksaw Brushes">

You can read more about the alt attribute here. Adding this attribute is a really good idea and can help increase the accessibility of your web pages a lot.

Good job overall! I hope you enjoy the rest of the course!

BarrelRider5 commented 6 years ago

Thank you for your feedback. I appreciate the reminder to add the alt attribute to my images. I didn't fully understand their purpose before, but now I think I have a much better idea of why they are useful. In fact, I heard earlier this week that a nearby school district is being sued for not making their web pages more accessible to the visually impaired.

Again, I appreciate your time and comments and will try to remember to apply alt attributes to all of my images in the future.