Design comparison
SolutionDesign
Solution retrospective
I would appreciate if you could give me a feedback
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @yurehn 👋🏻
I have some feedback and some quick fix tips for the HTML issues.
- I'd suggest replacing
<section>
s with<div>
s, because<section>
s are for bigger parts of a layout, for example, a comment section, an image gallery, etc. Besides that, in every<section>
you have to have a headingh2-h6
.
Everything else seems fine, you did a great job. I hope this was helpful 👨🏻💻 Cheers 👾
Marked as helpful1@yurehnPosted about 3 years ago@kens-visuals thanks for the comment, I will keep it in mind for future work.
0 - I'd suggest replacing
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