I'm stuck with Create a Form Element

Hi there, I need help to pass the Create a Form Element exercise

Here’s my code

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

but it still says: The existing “input” element should be nested within a “form” element. I don’t know which part of my code is wrong.

Snippets of code don’t help. In the future
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’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

You’ve changed the existing input element. You were tasked with nesting the existing one.

Reset the lesson and pay attention to the instructions.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.