Design comparison
SolutionDesign
Community feedback
- @adebisiabdussamadPosted almost 2 years ago
Cheers Adrian π₯ 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-daniel.jpg">
-This is how it should be:
<img src="images/image-daniel.jpg 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
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