Submit button code error

<form action="/submit-cat-photo">
    <input type="text" placeholder="cat photo URL">
<button type="Submit">Submit</button>
  </form>

Your submit button should have the attribute type set to submit .

Kindly suggest what’s wrong with the code?

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

coding is case sensitive
Submit is not the same as submit