Registration form, step 25

I think I’ve followed the instruction but my code isn’t accepted. I’m attaching a screenshot. Can anyone see what’s wrong?

Hello!

If you look, closely, you will notice the second input element is not within the labels.

It appears an extra closing label has been added between the closing of the first label and the opening of the second label element.

Remove the extra closing label tag.
Move the input element (as you have it) to within the label tags above the closing fieldset tag.

Happy coding!

1 Like

Apple-Blossom, thanks! That did it!

1 Like

You are welcome!

Happy coding @jeffhoskins1!

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