标签:html5
HTML5中的输入框
1、双引号
<input type="text"/>
2、单引号
<input type=‘text‘/>
3、无引号
<input type=text/>
上面三种情况是等价的
原文地址:http://blog.csdn.net/you23hai45/article/details/42199153