MCQ
What is the correct HTML for a button that is not a submit?
Explanation
Both <button type="button"> and <input type="button"> create buttons that do not submit forms.