Design comparison
SolutionDesign
Solution retrospective
Back after a bit of a break!
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The logo, heading and paragraph should be wrapped inside a
header
element. It should then be placed outside themain
element.
- When the user enters a valid email, I recommend adding some sort of confirmation stating that the email is valid to improve user experience.
Here is an example of how it can look: Example
- The “illustration” in this component serve no other purpose than to be decorative; it adds no value. Its
alt tag
should be left blank and have anaria-hidden=“true”
to hide it from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
0 - The logo, heading and paragraph should be wrapped inside a
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