Nest input inside of form

Tell us what’s happening:
I was asked to nest an input element inside of a form element. I have open and closed brackets and know how to set up the basic parent hierarchy but still I am stuck here and cannot move on. Please help!

  **Your code so far** 
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
      <input type:  "text"></input>
</form>
      
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
    <input type: "text"></input></form>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Challenge: Create a Form Element

Link to the challenge:

Can you show the code you did?
Copy the code, then click on this icon:
image
right after that, paste the code:)

EDIT: this post has a much clearer instruction of what to do:)

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 (’).

Hi @robertaarnone !

Welcome to the forum!

You changed the input.
Reset the lesson and leave the input alone.

Make sure to only have one form on the page.

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