Design comparison
SolutionDesign
Community feedback
- @skyv26Posted almost 3 years ago
To avoid accessibility issues.
-
start your headings with <h1> and move up by one level each time
-
Change below code
<div class="attribution"> <div> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. </div> <div> Coded by <a href="https://github.com/MichaelSpect">Michael Spect</a>. </div> </div>
with
<footer class="attribution"> <div> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. </div> <div> Coded by <a href="https://github.com/MichaelSpect">Michael Spect</a>. </div> </footer>
Marked as helpful0 -
- @MichaelSpectPosted almost 3 years ago
Thanks for suggestion. :) I didn't start with <h1> on purpose. It's just a card example practice... :)
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