webstorm中的input问题

{
<form name ="form1">
请输入第一个数(数值类型):<input type="text" name="first"/><br/>
请输入第二个数(数值类型):<input type = "text" name ="second"/>
<input type="button" onclick ="max()" value ="选择较大值" />&nbsp;&nbsp;
<input type ="reset" value ="重填"/>
</form>
}
这里的input好像有问题,但是在HBuilder中没问题,谁能来告诉我怎么该啊
已邀请:

要回复问题请先登录注册