Design comparison
Solution retrospective
I would appreciate any feedback! :)
Community feedback
- @MojtabaMosaviPosted almost 3 years ago
1- Whenever there is a native html tag for certain task you should prioritize before any other implementation(semantic markup), name is link to the creators profolio and it make sense for it to be a link, you could even wrap the image inside a link because it is expected to do the same thing.
2- The alt attribute is suppose to provide a text alternative for users relying on assitive technologies, most of screen reader automaically anouce the "image, the alt attribut's text" so the "image of " is a bit redundant. if the image is only decorative you should set to a empty because it does not add any valuable information, for instance the clock icon since there is alternative text.
keep coding :=)
Marked as helpful0@NomiDomiPosted almost 3 years ago@MojtabaMosavi Thank you so much! Will keep in mind for the future! :)
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