I write this code, but it said it was wrong!
Could anyone help me find the issues would much appreciate it. The clue said to ensure there still are two radio buttons and three checkboxes nested in their respective fieldset elements, which I think I did.
in your second fieldset:
the input element must not be in the label element,
the for attribute of the label is used to link it to the input with its id attribute
Sorry for the code
in this step you just have to add checked
the inputs must not be inside the label during this step
they are linked to the label during steps 56-59
The directions do not say anything about moving the input and labels around so they should not be touched. The only thing the user needs to do is add “checked” to the correct places to pass this challenge