Label Error on: Learn HTML form 24

I keep getting the error message:

Test

Sorry, your code does not pass. Keep trying.

Hint

You should give the second label the text Business Account.

Hoping someone can shed some light on this please…

Heres my code for this part:

Personal Account Business Account I accept the terms and conditions

For future reference, when trying to show us code, wrap the whole thing in triple backticks
example:
backtick x3
code
backtick x3

otherwise we can’t tell what the code looks like and show can’t help you.

Thank you.

I’m super novice at this. Can you let me know if this worked (trying to apply the triple backticks:

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

You applied the backticks correctly. The “Personal Account” ect. that you have inside the <input> tag should not be there. Also on text itself, when typed into text only tags like <p> should be actually touching the <>'s

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