Dar*_*htA 28 html forms input submit button
可能重复: <button>与<input type ="button"/>.哪个用?
<button type="button" name="theButton">SUBMIT</button>和之间是否有任何重大差异<input type="submit" value="SUBMIT" name="theButton" />
<button type="button" name="theButton">SUBMIT</button>
<input type="submit" value="SUBMIT" name="theButton" />
还有,你能用<button type="submit" name="theButton">SUBMIT</button>吗?
<button type="submit" name="theButton">SUBMIT</button>
Zai*_*ikh 13
这是一个描述差异的页面(基本上你可以将html放入<button></button>
<button></button>
另一页描述人们为什么要避免<button></button>(提示:IE6)
参考:<button>与<input type ="button"/>.哪个用?
另请参阅此幻灯片关于按钮.
归档时间:
14 年,10 月 前
查看次数:
19895 次
最近记录:
11 年,8 月 前