Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Newsletter sign-up, work with DOM manipulation!!!

P

@NONAlish

Desktop design screenshot for the Newsletter sign-up form with success message coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


It wasn't exactly difficult for me, but it wasn't easy either. After all, this is already junior level, by the way, my first

Community feedback

@nadun-dhananjaya

Posted

Hello 👋. Congratulations on successfully completing the challenge! 🎉

I have other recommendations regarding your code that I believe will greatly interest you.

HTML and CSS

  • In this challenge Newsletter sign-up card is the main content of the page. Therefore, adding a <main> tag around the container is a good practice.
<html lang="en">
  <head>
    <-- Your head content here -->
  </head>
  <body>
    <-- main -->
    <main>
      <-- container -->
      <div class="container">
         <-- Card content here -->
     </div>
  </main>
 </body>
</html>
0

Please log in to post a comment

Log in with GitHub
Discord logo

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