Submitted almost 4 years ago
Responsive Coming Soon Page using HTML,CSS,JS
@jarihant701
Design comparison
SolutionDesign
Community feedback
- @grace-snowPosted almost 4 years ago
Hi Arihant,
I'd recommend you wrap your email input, button and error message in a form element and make that button input have a type of submit. Then, once you've added aria-labels to both inputs you just need to hook the email and error message together. Do that with an ID on the error message, and an aria-describedby attribute on the email input. Then your form will be fully accessible ☺
Other than that, all looks great!
Keep going, and remember to upvote if the comments are helpful 👍
1
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