Design comparison
SolutionDesign
Community feedback
- @adebisiabdussamadPosted almost 2 years ago
Cheers π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="images/image-qr-code.png">
-This is how it should be:
<img src="images/image-qr-code.png" alt="">
the second one with the alt attritube. to know more about the alt attribute you can click this link Img elementYou need to apply the alt for all of your images...your code is really amazing...
hope you find this helpful...
Happy coding!!!ππ
Marked as helpful0@digitalocean2345Posted almost 2 years ago@adebisiabdussamad Thanks a lot for the helpful suggestions.
0
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