Design comparison
Solution retrospective
I solve this challenge, But I want your advices in cause of providing better solutions. Human is fallible and if there is any mistake in my solution please tell me and I will make mistakes in solving new challenges.
Community feedback
- @Harshi786Posted over 2 years ago
Hey @Haseebullah555
Congrats on completing the challenge.
Here are some suggestions to fix the accessibility issues.
-
Heading levels should only increase by one
: Headings should be in order. Use<h1>
in place of<h4>
. For details read -
Links must have discernible text
: Use aria-label element. Example<a href="#" class="fa fa-facebook" aria-label="facebook profile></a>
. For details click on the link
Hope this helps :)
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