Im stuck dont know what dp again

Tell us what’s happening:

…can some one explain to me what im doing wrong?..

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="cat photo">
  <input type="text"
placeholder="cat photo Url">

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

</form>







</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/71.0.3578.141 Safari/534.24 XiaoMi/MiuiBrowser/11.4.3-g.

Challenge: Add a Submit Button to a Form

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form

…please tried and tried still not working
Please can you tell me exactly what to do

what’s your new code? what have you tried this time?

…i use cap for submit it doesn’t work…

…please what should i do

what’s your new code?

I’m not asking just because, I can’t help you without knowing that

Inside your button element put Submit text. look at this:
<button>Submit</button>

To pass the test, you need to fulfill this requirement.
"Your submit button should only have the text “Submit”.

How did you change your code below to add the text “Submit”?

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

…ia right there does the last code

you said you tried something else and it didn’t work
show this new thing you have tried

it still not working

we don’t know why it doesn’t work if you don’t show what you did

use this

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

Use this submit