Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted over 2 years ago
Hello! you did a great job in this challenge.
1- Bad value images\icon-supervisor.svg for attribute src on element img: Backslash () used as path segment delimiter. you put the wrong punctuation in the
src=`images\`
attributeyou should have used this
/
2- Images must have alternate text, for visually impaired people to understand the image, and also when a bug occurs and the image does not load the text appears.
Hope it helps:)...don't forget to mark it as helpful 👍
1
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