用户注册(php)login(非美化)

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>

<body>
<form action="1.php" method="post">
<center>用户注册</center>
用户名:
<input type="text" name="name" required="" placeholder="请输入用户名">
<br>
密码:<input type="password" name="pwd" required="" placeholder="请输入6位密码">
<br>
性别
<input type="text" name="sex" required="" placeholder="" id="">
<br>
院系
<input type="text" name="college" required="" placeholder="" id="">
<br>
班级
<input type="text" name="class" required="" placeholder="" id="">
<br>
联系方式
<input type="text" name="tel" required="" placeholder="" id="">
<br>
<input type="submit" value="确认" name="a1" >
<input type="reset" value="取消" name="a2" >


</body>
</html>

原文地址:https://www.cnblogs.com/lichangqing1997/p/7911864.html