Design comparison
SolutionDesign
Solution retrospective
Do you think the code needs any changes? Please let me know so I can keep improving. And if you liked it, you know, give me lots of love by hitting the like button.
Community feedback
- @ChamuMutezvaPosted almost 3 years ago
Greetings Alex. Good work on the challenge, here are a few suggestions
- alt values for images should help assistive technology users to visualize the message that is being put across in the image. The value below needs improvements, if the image is decorative then use an empty alt value.
<img src="assets/images/illustration-1.svg" alt="Main image" class="header__page-img" />
- input elements like email should be associated with a label for accessibility
- anchor elements should have readable text,
<a><i class="fab fa-facebook-f"></i></a>
0@alexcarmonadevPosted almost 3 years ago@ChamuMutezva thanks for the report. Regarding the "alt" you are right, it was my mistake. And about the label tag, I'll try not to forget it for the next exercise. Thanks again for your help.
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