html – 按钮和输入之间的区别?

前端之家收集整理的这篇文章主要介绍了html – 按钮和输入之间的区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Possible Duplicate:
07000

< button type =“button”name =“theButton”> SUBMIT< / button>之间是否存在重大差异和< input type =“submit”value =“SUBMIT”name =“theButton”/>

另外,你可以使用< button type =“submit”name =“theButton”> SUBMIT< / button>?

解决方法

描述差异的 Here’s a page(基本上你可以把html放在< button>< / button>

And an other page描述人们为什么避免< button>< / button> (提示:IE6)

参考:<button> vs. <input type=”button” />. Which to use?

还有看看这个slideshow about button

原文链接:https://www.f2er.com/html/233449.html

猜你在找的HTML相关文章