..文本框是什么东西。。。。
<form style=“margin:0 auto;” name="form1" method="post" action="">
手机号码<input type="password" name="mobie" />
密码<input type="password" name="password" />
确认密码<input type="text" name="confirm" />
<input type="Submit" value="提交"></form>
追问
这是我做的,然后我要使验证码和下面的文本框显示在一行上,那要怎么弄?