Hi! Sorry, I don’t understand what’s wrong with my code for Step 19, it just won’t pass. Also, the ‘Sorry your code doesn’t pass’ message at the end gives me a hint for the third input element, the one relating to the email. Does this mean my first two input elements, the ‘text’ ones, are correct? But how though, as I think I wrote the same syntax all the way through, I am Googling and Googling, and I can’t figure it out! Here is my code:
<fieldset>
<label for="first-name">Enter Your First Name: <input id="first-name"/><input type="text"/></label>
<label for="last-name">Enter Your Last Name: <input id="last-name"/><input type="text"/></label>
<label for="email">Enter Your Email: <input id="email"/><input type="email"/></label>
<label for="new-password">Create a New Password: <input id="new-password"/><input type="password"/></label>
</fieldset>
And ideas? Thank you so much in advance! :sweat_smile: :sweat_smile: :sweat_smile: