Design comparison
SolutionDesign
Solution retrospective
Are there any glaring issues with the solution?
In terms of responsiveness are there better practices I can be implementing?
Community feedback
- @WedrussowoPosted almost 2 years ago
Hello,
You got error about the image.
- It means that an <img> tag in HTML should have also alt attribute which is used to specify an alternative text description of the image.
- This is important for accessibility as users with visual impairments or using screen readers need text description to understand the content of the image.
Here's an example:
<img src="image.jpg" alt="Image description">
Good Luck.
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