Learn HTML Forms by Building a Registration Form - Step 28

Alguien que me puede ayudar con esto. No consigo ver el error!

Registration Form

Registration Form

Please fill out this form with the required information

Enter Your First Name: Enter Your Last Name: Enter Your Email: Create a New Password:
    <label for="personal-account"><input id="personal-account" type="radio" name="account-type" checked /> Personal</label>
    <label for="business-account"><input id="business-account" type="radio" name="account-type" /> Business</label>
  </fieldset>
  <fieldset></fieldset>
  <input type="submit" value="Submit" />
</form>

remove add blockers,or change the browser…

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