Html :label element

i can’t pass this step :

Step 55

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 only nesting the text Loving in a label element and place it to the right side of the checkbox input element.

Hello
Would be cool, if we could see link to the challenge step and also your code.
Without the above it’s not easy to help you.

this is the link :
Learn HTML by Building a Cat Photo App: Step 55 | freeCodeCamp.org

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