示例 2 : button里是图片 示例 3 : 提交数据 <button>按钮</button>
<button>按钮</button>
<button><img src="https://how2j.cn/example.gif"/></button>
<button><img src="https://how2j.cn/example.gif"/></button>
设置type="submit"
IE下button的type的默认值为button不具备提交功能 其他浏览器type的默认值是submit <form action="/study/login.jsp">
账号:<input type="text" name="name"> <br/>
密码:<input type="password" name="password" > <br/>
<button type="submit">登陆</button>
</form>
<form action="/study/login.jsp"> 账号:<input type="text" name="name"> <br/> 密码:<input type="password" name="password" > <br/> <button type="submit">登陆</button> </form>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2019-12-08
所以这两个效果一样的喽?
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2019-04-20
为啥总写成登陆不是登录
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|