Responsive site

Solution retrospective
This was my first challenge using JavaScript, please feel free to give feedbacks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @osoriodev
Hello @ClariceAlmeida 👋
You have some issues with your HTML, for example:
- You are using an
a
tag to send email, it must be abutton
, thea
tag is for links only - The
<div id="text">
must be anh1
tag - The text tag is not a valid html tag, you can use other tags instead, for example
span
As for JavaScript, I recommend that you use regular expressions for validation.
Overall, your design looks great. I hope it helps. 👍
Marked as helpful - You are using an
Join 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