
Design comparison
Solution retrospective
Community feedback
- P@YelemyahMPosted 7 months ago
Hello coder ! Congrats for succeed this challenge !
I have few suggestions which might interest you concerning HTML structure and semantics :
-
Your structure is well-organized, but semantic elements like
<article>
,<section>
, or<main>
could be used for better accessibility and SEO. For instance, the article content should be inside an<article>
element. -
The
alt
text of the images could be more descriptive for accessibility. For example, instead of “drawer”, use a more meaningful description of what the image represents.
Hope it can be useful. Happy coding !
Marked as helpful0 -
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