Tell us what’s happening:
To kind people please help me! Why my code its wrong? I mean I do what hint ask me :(.
Ok please see the , the task say (Use first-name , last-name , email , and new-password as values for the respective id attributesin input) Then
The hint ( The second input element should have an id of last-name).
So what wrong with this?
<fieldset>
<label>Enter Your First Name: <input id="first-name"><input /></label>
<label>Enter Your Last Name: <input id="last-name"><input /></label>
<label>Enter Your Email: <input id="email"><input /></label>
<label>Create a New Password: <input id="new-password"><input /></label>
</fieldset>
Link to the challenge: