Learn HTML by Building a Cat Photo App - Step 56

Hey guys!

Has anyone also experienced this problem in step 56?
How did you solve it?

Below is the code I wrote and it reports the following error: The text Loving should be wrapped in a label element.

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

I also attach the right link to step 56
Learn HTML by Building a Cat Photo App: Step 56 | freeCodeCamp.org

2 Likes

Sorted out!
After some research I found the solution

how you solve it
its always said " The text Loving should be wrapped in a label element."
loving in label element should be “Loving” but id’s is “loving”

Place the label after the input.

Mod edit: removed

2 Likes

I dont know why we should write personality ? but it helped me thank you.