1、新建一个html文件,写上html的头部。

2、写上form表单的外壳。<form></form>

3、为form这个标签添加属性。<form method="post" action="{:url('index/us髫潋啜缅er/add1')}">

4、开始写第一个输入框,昵称:<input type="挢旗扦渌;text" name="username" />

5、写第二个输入框。邮箱:<input type="text" name="email" />

6、写第三个输入框。电话号码:<input type="text" name="tel"/>

7、最后写提交框。<input type="submit" value="提交" />
