Learn HTML by Building a Cat Photo App - Step 61

Can someone please help me understand what’s wrong with this code? I can’t get to the next lesson and I don’t understand what I’m missing please and thank you :pray:

<lab.el> <inp.ut id=“indoor” type=“radio” name=“indoor-outdoor” value=“indoor” checked>Indoor

I put the periods in the code so you can see it.l so you could see it

Why did you put dot in the label (lab.el) and input (inp.ut)?
why do you use these brackets “ ” use normal doble brackets " "

just small mistakes. Try to delete the dot on <lab.el> and <inp.ut> element

I used periods to indicate the syllable breaks as a way to visually separate the syllables in each word.

Did you remove the dots?
Did you use a normall quotes " "?
If you still facing issues ,can you update your code and post it?

yes i am … "I removed the dots and used normal quotes :innocent: :wink: :blush: :wink:

1 Like

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.

1 Like

The point I’m asking is the code functions as intended.

The periods are because if I posted it without the periods it doesn’t want to show up as readable text.

I’m confused by why it says the value isn’t checked? Is there some part of the checked attribute I messed up?

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