Design comparison
SolutionDesign
Solution retrospective
Open to all Feedbacks ❤️
Community feedback
- @akki251Posted almost 3 years ago
sure thanks Chamu, for your valuable feedbacks
0 - @ChamuMutezvaPosted almost 3 years ago
Greetings Akshansh
- nice responsive work , well done.
- for decorative images the alt value should be empty , such as alt="". Other than that , your alt values should be descriptive for the benefit of assistive technology users.
- interactive elements such as a button and anchor elements should not be nested. That is do make an anchor element a child of a button or vice-versa
- using an image
<img src="./images/icon-hamburger.svg" alt="logo" class="ham" />
, for interactive purposes will require a lot more coding to benefit assistive technology users. The image can be nested in a button - use semantic elements where possible instead of divs.
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