Need Help in the Challenge

Tell us what’s happening:

I want to know what is wrong in this. I have tested several times but the results are same as shown above in picture any solution

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

</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36.

Challenge: Add a Submit Button to a Form

Link to the challenge:

<buttom type="submit">Submit</button>

Typo.

1 Like

I think you meant:

<button type="submit">Submit</button>
1 Like

No it did not worked for any other solution by your side.

1 Like

thank you so much. it worked for me i just copied and paste.
can to explain this code in next reply.

1 Like

No problem :smile: I also tried it and it worked!

Thanks so much i have been stucked here for half an hour ago.