HTML Form Issue with buttons

I have several buttons in the HTML form, and the form gets submitted on click of any of those buttons.

Is this normal or something wrong with my HTML implementation?

I have added this

<button > HTML button </button>

as a simple button, this as well submits the form.

Random guess: try adding a type=“button” attribute to the button tag.

-Darius (by phone)

Thanks, this worked.

I think I need to make changes to my HTML.