MCQ
What is the correct HTML for creating a submit button?
Explanation
Both <input type="submit"> and <button type="submit"> can be used to create submit buttons.