Do I copy and paste the editor in the second fieldset? And only add id=“personal-account” and for=“personal-account”? Do I remove <input at the begging of the editor ?
<fieldset>
<label><input type="radio" name="account-type" /> Personal Account</label>
<label><input type="radio" name="account-type" /> Business Account</label>
<label><input type="checkbox" required /> I accept the terms and conditions</label>
</fieldset>
3 labels. 3 inputs.
They have given you 3 values for the id attribute that should be added to the input elements.
The same values should be used for the for attribute which you will place inside the label tag.
Is the order matter ? And the computer keep giving me this answer ? The first input element should have an id of personal-account.
I tried <label for=“personal account” <input id=“personal account” and left everything else as is ?
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
As your solution works from my end, please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.