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

Tell us what’s happening:

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://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>
<input type="text" placeholder="cat photo URL">
</main>
<form action="https://freecatphotoapp.com/submit-cat-photo"></form>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13020.87.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.119 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hi there.

It looks like you forgot to fill out Tell us what’s happening.

To me, it looks like you did not nest the preexisting input element inside of the form you created.

Hi @wrights00!

I saw that you posted in another topic saying that you were still struggling with this challenge. In the future, we will be able to assist you better if you say in your post “I don’t understand the instructions please help” or “I don’t understand what nesting is” That way we can help you better.

<!--this is nesting-->
<form>
<input>
</form>

Hope that helps!

am unable to write coding and get the code for submit button