What is wrong in this section

Tell us what’s happening:
The existing input element should be nested within a form element.

  **Your code so far**

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

  **Your browser information:**

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

Challenge: Create a Form Element

Link to the challenge:

That isn’t the existing input element.

1 Like

Hello @bdaniele321,

Look the way you define the input. It is empty. They give it to you already you don’t need to change anything except the form tag.

The input already available normally in the code:

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

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