Add-a-submit-button-to-a-form

Tell us what’s happening:

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="/submit-cat-photo">
    <input type="text" placeholder="cat photo URL">
    <buttom type="submit">Submit</buttom>
  </form>



</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.835 Yowser/2.5 Safari/537.36.

Link to the challenge:

These mistakes:

“Your form should have a button inside it.
Your submit button should have the attribute type set to submit.
Your submit button should only have the text “Submit”.
Make sure your button element has a closing tag.”

I need to add a submit button to your form element with type submit and “Submit” as its text.

Dear randelldawson,
could you write right variant, I can’t go trough this step.

Sorry, I have found the mistake :slight_smile:Tank you so much