Design comparison
SolutionDesign
Community feedback
- @SamdevtechnologyPosted over 1 year ago
Hello there π. Congratulations on a job well done! π π π
- I would like to make some suggestions concerning your code that might be of help.
HTML π·οΈ:
- This solution generates accessibility error report: "All page content should be contained by landmarks". This is due to a non-semantic markup, which causes a lack of landmark for a webpage.
- So fix this by replacing the <div class="wrapper"> element with the semantic element <main> along with <div class="attribution"> into a <footer> element in your index.html file.
- What is meant by landmark ?: They are use to provide a more precise detail of the structure of our webpage to the browser or screen readers. We make use of sematic elements to provide landmarks to our webpage example includes <main>, <aside>, <footer>, etc., instead of relying on generic elements like <div> or <span>.
Recommendation
- Instead of leaving this link empty
<a href="">Zabol</a>
. Why not link to your favorite social media handle or to your frontend mentor profile page.
Well done for completing this challenge π
I hope have been of help, Please feel free to ask any question
Happy Coding π
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