What should I do to add three fieldset elements with in form element?
form method="post" action='https://register-demo.freecodecamp.org">
<fieldset></fieldset>
<fieldset></fieldset>
<fieldset></fieldset>
</form>
Challenge: Learn HTML Forms by Building a Registration Form - Step 13
Link to the challenge: