HTML question detail
Why should form buttons set explicit `type`?
Without type, button defaults to submit in forms. Explicit type="button" avoids accidental form submissions.
HTML question detail
Without type, button defaults to submit in forms. Explicit type="button" avoids accidental form submissions.