首页题库练习题目详情
Web程序设计单选题中等

在 HTML 表单中,哪个标签用于定义表单的提交按钮?

A<input type='submit'>
B<button type='button'>
C<input type='reset'>
D<input type='image'>