Step 61 - Checked checkbox attribute

Good evening everyone!

I’m having a little trouble with step 61 of the HTML course on freecodecamp.

Here is my code:

< label > < input id=“indoor” type=“radio” name=“indoor-outdoor” value=“indoor” checked> Indoor < /label >

(I added some unnecessary spaces in there so you can see the code).

The hint I’m getting is:
The first checkbox is missing the checked attribute.

I have disabled Addblock in case this was messing with it however I’ve had no luck.

Many thanks,
Jxshua.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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