Problem solving

I cant pass lebel 54 of cat photo app. Its asking to remove extras from input
I dont understand whats extra

<legend>What's your cat's personality?</legend>
       <label><input type="checkbox">Loving</label>

#provlem

1 Like

I’m not sure either, can you provide a link to the step please? Can’t really understand the problem from what you’ve provided here.

Hello!
In brief, you need to add an input element, so:

<input type="input_type"> Input_text

I guess anything else in the same line would count as “extra”:slight_smile:
Hope that helps, good luck!

1 Like

Hello, i dont think the app has any share option. I want to cry rn, i dont understand whats happening… I even copy pasted some answers from here and somehow they are also wrong.
Label 53 is legend element. Its

What's your cat's personality?

Label 54 said : Under the legend element you just added, add an input with its type attribute set to checkbox and give it the option of:Loving

So how should i do it?

I

Hi,
As @Sebastian_W mentioned, you don’t need the label element here so remove the tags. That will leave you with the input element and “Loving”. Make sure to add a space before Loving. Hope this helps!

1 Like

Btw, to share your code, if you get the code wrong more than two times, a Help button will appear next to Reset in the box where it says if your code passes or not. Then you can click Help and first check to see if your problem has already been solved in the forum, if not you can create a post and share your problem, that way the code and everything will be shared.

2 Likes

Omg,
Thank you so much​:face_holding_back_tears::face_holding_back_tears:. It worked.
I was losing my mind.

2 Likes

Don’t worry. Things get hard sometimes and it happens to me too. Just make sure you understand the instructions and can ask for any assistance here on the forum. I’m glad it worked. Happy coding!

1 Like