Cat App Step 56

I tried to solve this on my own for well over an hour. I’m a relatively experienced programmer, but since I needed to learn JS/HTML I thought I’d try this site as it was recommended. This step needs more guidance as if I’m struggling here, others are probably very frustrated with this issue as well.

After a lot of failing, I searched online and looked at several people solving this step. I’ve come to understand the code below should pass the tests because I have seen it succeed in videos in real time… On forums… etc.

Honestly, I’m so frustrated at this point, the solution that works for others is not working for me. I have no idea what I’m doing wrong. Please help!

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

Welcome to the forum @CartersRepo

Frustration is a part of learning to code.
Please remove the label tags, they were not asked for in the instructions.

Make sure to separate the input element and the text with a single space.

Happy coding

1 Like

Thanks for the assistance, by doing those two things, I was actually able to complete the step!

My bit of feedback here - in the steps leading up to this, we were essentially guided to be using label tags within the previous fieldset. I feel the wording of this step is a little ambiguous.

Thanks again though.

1 Like