SyntaxFix
Write A Post
Hire A Developer
Questions
The button element has a default type of submit.
button
submit
You can make it do nothing by setting a type of button:
<button type="button">Cancel changes</button>