Did everything right for this subsection part however

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

I have no idea what you are referring to when you talk about things that were right being wrong. Can you please describe what problem you are having? What does the challenge ask you to do? What do the failing tests say?

It’s saying I didn’t do an action attribute with form but when I did do it initially it said I got it right but now it’s saying I got it wrong. Does the curriculum save our coding answers after we correctly complete them?

<form><input type="text"></form> placeholder="cat photo URL">

This line is all jumbled up. You also have 2 form elements. You should probably only have one.