Design comparison
SolutionDesign
Solution retrospective
This is my first challenge, any feedback is welcome.
Community feedback
- @syzwnftrPosted almost 3 years ago
Hi there! Good job on this challenge. I see you have some accessibility issues, so this is my suggestion:
- You might want to change
<div class = "container">
to<main class = "container">
since page should have one<main>
tag - Change
<h2>
to<h1>
- Wrap
<div class="attribution">
with<footer>
Hope these would fix the issues. Have a good day!
Marked as helpful0 - You might want to change
- @perezjprz19Posted almost 3 years ago
Hey, looks like you fixed some of the accessibility issues already. You can just generate a new error report to update the numbers when you're done.
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