<body>
<h1>Registration Form</h1>
<p>Please fill out this form with the required information</p>
<form action='https://register-demo.freecodecamp.org'>
<fieldset>
<legend></legend>
<label></label>
<button></button>
</fieldset>
</form>
</body>
**I don't get this or remember forms please help me!**
what is your question?
i need to add 3 fieldset elements. i dont understand what you want
create 3 fieldset elements with an opening and closing tags inside the form element. do not add legend, label and buttons as it is not required in this challenge yet.
