HTML5中的输入框
1、双引号
<input type="text"/>
2、单引号
<input type='text'/>
3、无引号
<input type=text/>
上面三种情况是等价的