MCQ
What is the correct HTML for creating a submit button?
A <input type="submit">
B <button type="submit">
C <input type="button">
D Both A and B
Explanation

Both <input type="submit"> and <button type="submit"> can be used to create submit buttons.