Learn HTML Forms by Building a Registration Form - Step 26

I have this problem “You should give the first label text a leading space” in this part:

 <fieldset>
        <label> Personal Account <input type="radio" /></label>
        <label> Business Account <input type="radio" /></label>
        <label> I accept the terms and conditions <input type="checkbox" required /></label>
      </fieldset>

I speak Spanish, maybe in the translations is my mistake.

input has to go before the text

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