Issues with Form Element Page

Tell us what’s happening:
Hi team, I’m having trouble with this part of the course where I’ve tried several options with creating a form element, however i’m not getting any feed back from the program. I keep clicking “run tests” and neither telling me what to fix/add or if I can move on. What should I do?

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="/submit-cat-photo">
<input type=“text”>
</form> 
 
</main>

Your browser information:

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

Challenge: Create a Form Element

Link to the challenge:

It works when I run it through the exercise. Maybe just refresh the page and run it again?