Tell us what’s happening:
Describe your issue in detail here.
Hello, I have been at this for an hour now and can not get past this step. I need to nest the text Loving in a label element.
**Your code so far**
<legend>What's your cat's personality?</legend>
<input id="loving" type="checkbox"><label for="loving"> Loving </label>
The text Loving should no longer be located directly to the right of your checkbox. It should be wrapped in a label element. Make sure there is a space between the two elements.
Pay close attention to the last line of the hint
Make sure there is a space between the two elements.
I am looking at your code here and I don’t see a space between the input and label