Submitted about 5 years ago
Sign-up form using HTML, CSS, SASS, BEM, JavaScript and jQuery
@casbern
Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted about 5 years ago
Great work on this challenge and for submitting your first solution! 🎉
Here are a couple of tips after taking a look at your code:
- You've currently got one
h1
heading and twoh6
headings, but nothing in-between. Here's a great W3C article on heading structure for more information. - If your
input
elements don't have a correspondinglabel
for each, be sure to use thearia-label
attribute so that screen reader users know what the fields are for.
Let me know if you have any other questions. Keep up the great work! 🙂
0 - You've currently got one
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