Open Default4152 opened 6 years ago
Thanks Conner. Very helpful feedback. I will check out the validator and take particular note to remember my "Alt" attributes within images. (I remembered this after I had submitted it...duhh!!). Thanks for the links as well. Looks like useful reading. Much appreciated.
Grade: Meets Expectations
This project is working great! It's meeting the specification which is always good to see. A couple of things I would change about this project is making sure you add alt attributes to your images as they are needed to provide a text descriptor of the image. Lastly, I would recommend making sure you avoid any errors with your HTML (like forgetting a closing
</div>
) by using something like a validator. Next steps, I would look into learning about media queries in an effort to make your pages responsive so they will be viewable on all types of media such as phone, PC, laptop, etc: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries