Nesting the input element within the form element

So it is saying that I am not nesting the input element right but I am doing it exactly how they ask and I have also tried using the hints from earlier comments but nothing is working for me. Please help.

<form action="https://freecatphotoapp.com/submit-cat-photo">
      <input type="teext" placeholder="Cat Photo URL">
</form>

I have also tried this:

<form action="https://freecatphoto.com/submit-cat-photo" input type="text" placeholder="Cat Photo URL"></form>

Can you please share a link to the challenge and your full code.

This information is automatically populated by the ‘Ask for Help’ button.


If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

maybe you have changed something you should have not changed

please provide a link to the challenge for further help

// running tests
The existing input element should be nested within a form element.
// tests completed

Is this the error you get?

Don’t you notice any mistake in this line? (psstt… check for spelling mistakes)