It keeps telling me to add one space to the first text but there already is one.
Test
Sorry, your code does not pass. Don’t give up.
Hint
You should give the first label
text one space at the front.
Your code so far
<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>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Learn HTML Forms by Building a Registration Form - Step 27
Link to the challenge: