Tell us what’s happening:
Describe your issue in detail here.
I have tried to input this code in several different ways. I still get the error" The text Loving
should be wrapped in a label
element." Below are 3 examples I’ve tried.
Your code so far
This is the code I am entering
<label for="loving"><input id="loving" type="checkbox"> Loving</label>
<input id="loving" type="checkbox"> Loving<label for="loving"></label>
<label for="loving">
<input id="loving" type="checkbox"> Loving
</label>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 56