Learn HTML Forms by Building a Registration Form - Step 17

**Tell us what’s happening:
bull of shit learning, my think this code me write not wrong but still can’t pass this. don’t post the quotes albert einsteins about make it simple but not simpler, if this leason not simpler at all or not simple absolutely you must change this.

Challenge: Learn HTML Forms by Building a Registration Form - Step 17

Link to the challenge:

Please post the code you wrote. We can’t help you without seeing your code.

<fieldset>
        <label>Enter Your First Name: <input ></label>
        <label>Enter Your Last Name: <input ></label>
        <label>Enter Your Email: <input ></label>
        <label>Create a New Password: <input ></label>
      </fieldset>

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

These extra spaces are non-standard, and they are confusing the tests.

your code should pass, try refreshing or use another browser

It should pass… after removing the extra spaces.

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