Title:
Stuck on Step 56 – Checkbox input tag keeps showing error
Body:
Hi everyone,
I’m working on Step 56 of the HTML challenge. The task is to add a checkbox with the label “Loving”.
I used the following code:
<label><input type="checkbox" name="personality" value="loving"> Loving</label>
But I keep getting this error:
“The input element for your checkbox should have an opening tag, but not a closing tag.”
I’ve tried:
- Not using
</input> - Avoiding the self-closing tag format like
<input ... /> - Searching for similar issues on the forum
Still stuck. Can anyone help spot what’s wrong?
Thanks in advance!
