What should I do? "Nest an input element within each label. Be sure to add each input after the label text, and include a space after the colon."

Thanks.
For record:

Enter Your First Name:

    <label>Enter Your Last Name: <input></label>

    <label>Enter Your Email: <input></label>

    <label>Create a New Password: <input></label>
2 Likes