Design comparison
Solution retrospective
There is no JS and Sass (learning in progress);
Community feedback
- @mattstuddertPosted about 5 years ago
Nice work Lukasz! Good to see the foundations are in place for when you build your JS skills. When you add an
input
element, always be sure that it either has a correspondinglabel
or anaria-label
attribute so that screen reader users know what the field is for.Keep up the great work! 👍
0@mattstuddertPosted about 5 years ago@devluke88 you're welcome! I've just checked your update. The
label
needs text inside to work for screen reader users. You can then use a class to hide the element visually so that it's available only to screen reader users.Let me know if you have any questions.
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