Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<fieldset>
<label><input type="radio" /> Personal Account</label>
<label><input type="radio" /> Business Account</label>
<label><input type="checkbox" required /> I accept the terms and conditions</label>
</fieldset>
<!-- User Editable Region -->
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36</code>
**Challenge:** Learn HTML Forms by Building a Registration Form - Step 27
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-27
It's saying You should give the first label the text Personal Account. but I did? What am I doing wrong?
Can you post your entire code? This little part that you posted works for me when I use it to run the challenge. So, there could be an issue somewhere else in your code thats causing the challenge to fail. You can use the </> format button and paste all your code between the lines it gives you when you reply
You added a new fieldset it looks like. The code you first posted should be going in the fieldset at the top of this code that the challenge gave you. Not add your own fieldset