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

Intro Component with Signup Form

@Hazipan

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Looking for feedback on my web page's responsiveness. I'm working on improving in that area. Any feedback is greatly appreciated!

Community feedback

Ahmed Bayoumi 6,800

@Bayoumi-dev

Posted

Hey Aaron, It looks good!... You have some issues you need to fix.

  • Page should contain a level-one heading, Change <p class="heading">Learn to code by watching others</p> to h1 You should always have one h1 per page of the document.
<h1 class="heading">Learn to code by watching others</h1>

This element <h1> represents the section headings. There are six levels of section headings <h1> to <h6>

  • Element submit is not allowed as a child of element form in this context, I think you mean this element <input type="submit">, So change <submit class="submit">CLAIM YOUR FREE TRIAL</submit> to:
<input type="submit" class="submit" value="CLAIM YOUR FREE TRIAL">

I hope this is helpful to you... Keep coding👍

Marked as helpful

1

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