<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!**
1 Like
what is your question?
1 Like
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.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.