Help me with Form Element Challenge

I am not able to pass on to the next lesson because I am told my code is doesn’t have: " Your form element should have well-formed open and close tags" I have looked at my code for the past hour and not been able to find the mistake.

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

I am using Google Chrome: Version 83.0.4103.116 (Official Build) (64-bit) on a Macbook Air.

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Looks correct to me, might be a bug or glitch try restarting exercise or different browser. Other than that i might try putting a space between the / ans submit.

Hi Allyssa, I found out that it was because I had the F in form capitalized such as <Form action= in my code above which triggered for it to not let me go onto the next lesson :frowning:

Omg -.- i cant believe i didn’t see that haha