HTML problema en el step 55

Esto me pide lo que tengo que hacer : 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.

y esto es lo que hice: <label><input id="loving" type="checkbox"> Loving</label>

Sin embargo me sale este error: The text Loving should no longer be located directly to the right of your checkbox. It should be wrapped in a label element. Make sure there is a space between the two elements.
No entiendo cual es el error, alguien me podria ayudar por favor?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.