Tell us what’s happening:
i have convinced myself this isn’t a difficult task to complete because it seems so simple , but im not passing. whats happening is apparently i don’t know how to CREATE A FORM ELEMENT. I can get all 3 check marks stating that i have performed the task but not 3 check marks at once. Help i’m screaming on this one and my time is limited with two kids its 1:50 am kids are sleep these are my study hours after watching them all day when there mom is working and im ready to move on in this course but i’m stuck. Please is someone out there.
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">
form action="/submit cat photo"><input type="text"></form>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 Edg/88.0.705.68
.
Challenge: Create a Form Element
Link to the challenge: