Tell us what’s happening: I have tried this several times and still cannot get it correct. This is what it says i am doing wrong.
Describe yourYour form should have an action attribute which is set to Thank You message for Cat Photo App form submission| freeCodeCamp.org issue in detail here.
**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://www.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="/htpps://www.freecatphotoapp.com/submit-cat-photo">
<input type ="text" placeholder= "cat photo URL">
</form>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36.
Seems to be just a small typo in the URL of your forms action attribute. You have typed ‘htpps’ instead of ‘https’ - also remove the first forward slash.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.