Need help on step 55 :(

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>

Challenge: Step 55

Link to the challenge:

HI @rhocking499 !

Welcome to the forum!

Reread the hint more carefully here

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

1 Like

I figured it out. LOL. was right informant of my eyes this whole time. Thank you so much!

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