The lesson reads:
There’s another way to associate an input
element’s text with the element itself. You can nest the text within a label
element and add a for
attribute with the same value as the input
element’s id
attribute.
Associate the text Loving
with the checkbox by nesting only the text Loving
in a label
element and giving it an appropriate for
attribute.
Starting code: Loving
My answer: Loving
Now I’ve also tried a few other answers. Moving things around. That one is the one I consider the correct one. I’ve tried looking this up and having GPT check my work as well. It confirms this is correct and will work. Can someone assist is letting me know where I’m going wrong?