Learn HTML by Building a Cat Photo App - Step 56

Tell us what’s happening:

Loving
I tried many times. Why does my code not working?

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 56

1 Like

Try removing the extra spaces to the left and right of Loving inside the label

1 Like

I tried. But it still does not work.

Please copy all the code here and make sure to paste the code in between two lines that contain theee backticks like below:
```
Code in the middle
```

The backtick lines will allow us to read your code in the forum

1 Like

<input id="loving" type="checkbox"><label for="loving">Loving</label>
I have modified the code as your advice but it still does not work.

1 Like

Don’t get rid of the space between the input and label

1 Like

I have tried but still the same.

Please share your code. Cannot tell what the issue is without seeing it.

This is the code:
<input id="loving" type="checkbox"> <label for="loving">Loving</label>
What can I do? Thank you

1 Like

This code passes for me. You might have accidentally changed something else.

Reset the step and try this line again

1 Like

How can I reset this step? When I click reset, it warns me that this lesson will be reset.

1 Like

Only this step will be reset.

1 Like

Yes, thank you very much. passed

3 Likes

What is the solution even i am stuck

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.