Learn HTML by Building a Cat Photo App - Step 56

i insert the right code in lesson 56 but when i click the checking button he does not pass this is the code :

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

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.

Hi there and welcome to our community!

If you need help with a specific challenge it’s a better idea to click on the Help icon, which appears after you have submitted incorrect code. This creates a forum post for you which includes your full code, a direct link to the challenge and an opportunity for you to describe, in your own words, what you are struggling with.

I have edited your post so that your code displays correctly. (You need to enclose code between two sets of triple backticks for it do so). I have also included a direct link to the challenge.

The instructions for this step:

…nesting only the text Loving in a label element…

You have nested more than just the text ‘Loving’.

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