Design comparison
SolutionDesign
Solution retrospective
esta pequeña app me ayudo a reforzar mi conocimiento de javaScript
Community feedback
- @Fitsos17Posted over 2 years ago
Hi man. Nice solution. I just want to help you fix those accessibility and HTML issues.
- Don't forget to add an
alt
in all of yourimg
tags. It helps for screen readers. - The error
All page content should be contained by landmarks
can be solved by wrapping the whole app in a<main></main>
tag. Page should contain a level-one heading
. This says that you should add an<h1></h1>
tag. Try replacing every span and p tags with headings from h1 to h6.
These should fix the issues. Very nice solution. Keep it up, Nick.
0 - Don't forget to add an
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