Learn HTML by Building a Cat Photo App - Step 56

what’s wrong?

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

### Your browser information:

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

### Challenge Information:
Learn HTML by Building a Cat Photo App - Step 56
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-56
1 Like

Hi @Aria1984,

You are so close! But you must read the instructions carefully. The challenge doesn’t ask you to change the location of the word “Loving”; it just asks you to wrap the word “Loving” in a <label> element. You did do one part of that in the right way! You just have to now have the <label> element in the same spot where the “Loving” text was, which was after the checkbox.

1 Like

thank you so much.I got it

1 Like

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