Submitted about 2 years ago
page layout using css flex, form validation and responsiveness active
@BlakkyWeb
Design comparison
SolutionDesign
Community feedback
- @DevibtissamPosted about 2 years ago
hey, good job on this challenge!
- wrap everything in your body in <main> OR use semantic tags! if you're using div right after body, then give them a role=" "; however, it's a little frowned upon to use role right after body, so try to stick with semantic tags instead.
- your page should at least contains one-level heading h1
- input attribute should not be empty, you could remove them if you don't want to fill them hope this helps you to fix the issues shown above in your report!
0@BlakkyWebPosted about 2 years ago@Devibtissam thanks for your feedback... I would surely implement your advice. Thanks once again
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