Learn HTML by Building a Cat Photo App: Step 56

Please help me to pass this step.

Hi there and welcome to our community!

It’s impossible to help you without knowing exactly what your issue is. You will need to show us what code you have tried so far and it’s also helpful to include a direct link to the step in question, so that we have some context.

Helpfully, this can all be done automatically if you click the Help button, which appears after you have submitted incorrect code three times. This will create a forum post which includes your full code, a direct link to the challenge and an opportunity for you to describe your issue in detail.

Step 56

There’s another way to associate an input element’s text with the element itself. You can nest the text within a label element and add a for attribute with the same value as the input element’s id attribute.

Associate the text Loving with the checkbox by nesting only the text Loving in a label element and giving it an appropriate for attribute.

here is the request

and i tried
“Loving”

but " The text Loving should be wrapped in a label element."
after research i knew id and label need to use same word, then i changed L to l but it still wrong. and i changed id’s l to L and it said it must be l in id .
it’s so confused

my code cant paste in here idk why, it’s turn to be “Love”
%<inpu%t type=“che%ckbox” id=“loving”>Loving</l%abel>

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