html中的五种按钮

(1)<button></button>

表单外调用一个js文件时使用

(2)<input type="button" value=""/>

表单内调用一个js函数时使用

(3)<input type="submit" value=""/>

在表单内提交表单,更多使用(2)

(4)<input type="reset" value=""/>

在表单内重置所有输入域为初始值

(5)<input type="image" src=""/>

在表单内显示一个图片按钮,可用于提交表单,

相当与<input type="submit"/>一样

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-30
  • 2022-12-23
  • 2021-12-03
  • 2021-11-11
  • 2021-12-27
猜你喜欢
  • 2021-10-01
  • 2021-08-23
  • 2021-12-03
  • 2021-12-05
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案