Why is freeCodeCamp telling me that the button text isn't submit?

My code is as follows:

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

I keep trying to submit this code, but it states that the button text should only be submit, but it is. Is there something I am missing?

Here’s the challange:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-a-submit-button-to-a-form

can you post a link to the challenge and your full code in between two lines containing three backticks each like this?

```
put your code in between these two lines
```

1 Like

you seem to have erased the angled bracket from this line?
‘<’ Try resetting the code and paste in your new line again (when I did that it worked for me)