Here is what I thought was the solution:
19. type=“text” placeholder=“cat photo URL”>
But I’m still being told the input is not nested. I don’t understand! This message is omitting the opening <form and closing instructions.
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.
I’m having the same problem!
You should have a <input> tag inside a <form> tag.
<form action="url">
<input type="text" placeholder="some text">
</form>
Hope this helps
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.