Question about Create a Form Element challenge

I’ve had problem with this exercise because I don’t understand:

<form action="https://freecatphotoapp.com/submit-cat-photo">
    <input type="text" placeholder="this is placeholder text">
</form>

if I follow this code, works but I don’t understand how to works in an inverse way,

I research all google but i don’t find an example… input nested with a form…

Could you please explain it to me…???

Regards.,

I move your question into its own thread as the one you posted in was old.


What exactly do you not understand about this challenge?

I don’t really understand your question here.

I write this code run the test, and shit enter and submit, but the test say :

The existing input element should be nested within a form element.

and i can’t continue…

Regards.,

Your placeholder text is not correct.

This is the input you were supposed to put inside the form.

<input type="text" placeholder="cat photo URL">