Learn HTML by Building a Cat Photo App - Step 55

That’s unexpected scenario for sure.
I just copy-pasted bunch of code from your previous post below.

<input id=<label>"loving"</label> type="checkbox"> Loving

see, it’s working
If you’re having technical issues with this, I’m not the one who can help with it.

You forgot to input the for element. The code is almost right, I had a similar issue. Look at the label attribute, the for element goes in there somewhere.

@admit8490 I’ve used my mod powers to format Lily’s post so the code shows up. Seeing their updated code may be helpful here. Thank you for helping them with this lesson, keep up the good work! :smiley:

@Lily2 I’d advise reviewing the gif on formatting code if you’re finding it tricky. Keep trying and you’ll get it. :slight_smile:

1 Like

Ok, now I see this code of yours.
Yes, that’s good stuff.
Now you need to finish the job.
Add the for attribute to the <label> element.

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