Design comparison
SolutionDesign
Solution retrospective
Have a lot of button errors from the report. Also don't understand why the design comparison doesn't show the CSS I made to the input slider even though it shows in the app itself. Any suggestions?
Community feedback
- @anoshaahmedPosted almost 3 years ago
Hey good job on this challenge! Your report above shows a few issues. You can fix them by
- wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Click here to read more <button>
should have anaria-label
... Click here to read more<input>
must have corresponding<label>
:)
0@ljcuttsPosted almost 3 years ago@anoshaahmed Sorry for the late reply, and thank you so much for the feedback!
1 - wrap everything in your body in
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