What am I doing wrong here

here is my code:

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

it keeps saying “The text Loving should be wrapped in a label element.”
Thanks Ahead of time.

Please post a link to the Step.

You need to put the label around the word ‘Loving’ that was already there, not make a new one.

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