Your submit button should only have the text "Submit"

<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">
    <button type="submit">Submit</button>
  </form>
</main>

What am I doing wrong here?

Please explain the problem u r facing in detail… According to ur title we can see ur button has Submit as text and nothing wrong in that @Holly1

Everytime I hit “run the tests” I get the response that says " // running tests

Your submit button should only have the text “Submit”.

// tests completed"

So I’m not sure what I’m doing wrong as I only have “Submit” in the button, and I am unable to go onto the next lesson

Sometimes the browses “jams”,
have you tried simply refreshing / reloading the page?

Sometimes that fix it :blush:

Just tried that, still not working :cry:

I just tried the challenge on my browser with your code and I passed it.

So

1 - try reloading the page with the cache cleaned / incognito mode

If it still fails at this point we probably need:

  • your operating system
  • which browser / version are you using
1 Like

just did it in incognito mode and it worked! thanks a bunch, that was so frustrating!

1 Like

I think the challenge was meant for you to use input instead of button