Design comparison
Solution retrospective
Hey, this is another newbie project. If you have any suggestions, please feel free to tell me. happy Coding :)
Community feedback
- @zitescodyPosted almost 3 years ago
Hello. @reya3183. Wonderfully done. There are no accessibility issues outlined in your report! Let's take a look at those HTML validations though:
It appears your srcset attributes are empty. I have attached an article below to explain further the uses of it, but there should be some value in srcset. srcset allows browsers to pick from a set of images given a certain screen size. This is mostly used for responsive web design, which this project helps you learn. Try reading the article and incorporate some of the examples into this project.
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
Please mark this as helpful if you benefitted from my feedback! Happy coding!
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord