Photo cat app step 56

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.”

:white_check_mark: 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!

Please post a link to the challenge itself so we can read it.

Did they ask you to add a label element or an input element or both?

Hi Buddy, As here you can see that by pressing on the button Help You will be able to upload your code.

Hope This helps you.

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