Design comparison
SolutionDesign
Solution retrospective
Need your feedback in this solution
Community feedback
- @darryncodesPosted over 3 years ago
Hi Zulfa,
Your solution looks great, very responsive!
Just keep an eye on the accessibility report and html issues.
- Semantic HTML gives your mark up more meaning especially for accessibility reasons. Make this
<div class="container">
a<main>
instead of a<div>
. And this<div class="attribution">
should be a<footer>
tag.
All the best
Marked as helpful1@ZulfaabamPosted over 3 years ago@darryncodes Thank you so much for your feedback. I will look it up and edit my HTML so that it will become better for accessibility.
All the best to you too.
0 - Semantic HTML gives your mark up more meaning especially for accessibility reasons. Make this
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