html button 标签 -- 定义按钮

劳夕
2023-12-01

type -- 按钮类型

button-- 普通按钮

reset--重置表单按钮

submit--提交按钮

 按钮大小可以用 width 跟height

例:


<input type="submit" value="提交" style="width:85px;height:45px;"> <input type="button" value="返回登录" style="width:85px;height:45px;">


 类似资料: