Seriously stuck on step 56

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

Associate the text Loving with the checkbox by nesting only the text Loving in a label element and giving it an appropriate for attribute.

Where is the for attribute on your label element?

Also, you need to close > the input element.


I wrote that, that doesn’t work. What’s the answer? Thanks