Help! i cant move forward. its getting harder

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

Your browser information:

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

Challenge: Create a Form Element

Link to the challenge:

what have you tried? the code you posted is missing the last part

Hey @zeeno

The test expects some parameters met before passing your code, should you mess with “SOME” elements in the code the test won’t pass you.

I suggest you reset the code and nest the form tags around the input tag without editing the original code. When you do pass the test this time try and compare the passed code and the code pasted here and see the difference.

I would like to know what you find out, so I will be waiting for your reply.

Happy Coding.