<input id="loving" value="loving" type="checkbox" <label>Loving</label>
Associate the text
Loving
with the checkbox by nesting only the textLoving
in alabel
element and giving it an appropriatefor
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