Form action attribute

Tell us what’s happening:

i cant get the form action part

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>
  <form action="://httpsfreecatphotoapp.com/submit-cat-photo">
<input type="text" placeholder="cat photo URL">
</form>

</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51.

Challenge: Create a Form Element

Link to the challenge:

Hey @saidingige Welcome to the forum. You have an extra <form> tag just above the form with a action attribute. You should delete that tag and you should also correct the link which you have pasted in the action the link you have is "://httpsfreecatphotoapp.com/submit-cat-photo" but it should be "https://freecatphotoapp.com/submit-cat-photo"

i have done that but still i can’t get it right

Can you show me changes have you made ?