'Learn HTML forms by building a registration forms' question


Hi, I’m just wondering why this worked since it asks for three fieldset elements but I had to put in four?
Thanks.

Hello! Your form element’s closing bracket (>) is missing, therefore the form element looks for the next closing bracket, which is your first fieldset element opening tag.

Oh I see, thank you!

You’re welcome. Happy coding!