Design comparison
Solution retrospective
Finished all newbie challegenes! Next step: Junior Feedbacks aprreciated as always.
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Muhammed,
To solve accessibility issues:
-
Remove action attribute from your form, as it is not required. Action attribute helps to send the data to given link internally.
-
Use aria-label for img, input, a tag. It is ok that you have used alt attribute in your img tag but Don't left alt attribute empty, always add some meaning text in it, so that user able to understand.
Good job :)
Marked as helpful0@MuhammadM1998Posted almost 3 years ago@skyv26 You're right I acctualy saw it after I uploaded it and said I'll do it next time, been doing this mistake for a while. Thanks for the feedback.
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