Responsive Web Design Step 20

<fieldset>
        <label for="first-name">Enter Your First Name: <input id="first-name" type="text" /></label>
        <label for="last-name">Enter Your Last Name: <input id="last-name" type="text" /></label>
        <label for="email">Enter Your Email: <input id="email" type="email" /></label>
        <label for="new-password">Create a New Password: <input id="new-password" type="password" /></label>
      </fieldset>
      
      <fieldset></fieldset>
<input type="submit" value="Submit" />  

← why o why is this not working? on step 20 of Responsive web design?
I get continue “You should add the input element after the last fieldset element.”

hello hope your’re fine !
The problem in your code is that there is a missing fieldset tag element. In your code I just see 02 fieldset. So add one fieldset element just after our last fieldset!

You wrote the .submit properly! very good job! You just need to add one more time a fieldset element!
Happy coding! :+1: :+1: :+1: :+1:

1 Like

It Worked thank you very much Christ :+1: :+1: :+1: :+1:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.