Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Proud of the outcome.
What challenges did you encounter, and how did you overcome them?None.
What specific areas of your project would you like help with?All feedback is welcomed. Thanks!
Community feedback
- @coder-abdoPosted 5 months ago
your work is awesome but here are some tips and tricks to enhance the solution a little bit:
- don't make the
alt
attribute empty you have to add a readablealt
for accessibility and SEO. - you can use the
dl
tag ordetail
tag to describe the accordion this is what I found in many articles thediv
tag is not bad but sometimes you need to achieve the best thing to achieve the right tag.
0 - don't make the
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