I need help with the create a form lesson

Tell us what’s happening:
In the second last line of code, it keeps telling me "The existing input element should be nested within a form element. but I did that. is there something I did wrong?

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="https://www.freecatphotoapp.com/submit-cat-photo"><input type="text" placeholder="Cat photo URL"></form>
</main>
  **Your browser information:**

User Agent is: Chrome/90.0.4430.100

Challenge: Create a Form Element

Link to the challenge:

HI @Gameinator !

Welcome to the forum!

The input is wrong.

You weren’t supposed to touch that.
This is the correct placeholder for the input placeholder="cat photo URL"

Thank you! This worked!

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