Design comparison
SolutionDesign
Solution retrospective
Hello everyone! I have just finished coding this page. I would appreciate your feedback on my work Thanks
Community feedback
- @ChamuMutezvaPosted about 3 years ago
- use semantic html instead of divs where ever possible. Change the div with the class of main into a main element.
- if it is a decorative image ,use an empty alt value (
alt=""
) , otherwise be very descriptive with your alt values - assistive tech users heavily rely on them to provide useful information about the image(you have to provide that information) - use classes preferably than id's - classes are reusable
1@yassinelk2020Posted about 3 years ago@ChamuMutezva Thank you so much for your tips, I will make sure to take your recommendations into account in my next projects
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