As you can tell it’s felling me I didn’t do one of the things I had initially right
How do I know? Because the other time ran it it said that specific area was right while saying another criteria was incorrect. So I went and fixed the criteria was wrong only to say that the initial thing I got right is now wrong
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><input type="text"></form> placeholder="cat photo URL">
<form action="/submit-cat-photo"></form>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 EdgiOS/44.4.0 Mobile/15E148 Safari/605.1.15
.
Challenge: Create a Form Element
Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-form-element