QQ注册页面代码
<!DOCTYPE html>
<html>
<head>
<title>Q注册页面</title>
</head>
<body>
<!-- 注册表单 -->
<form action="register.php" method="post">
<!-- 用户名 -->
<p><label for="username">用户名:</label><input type="text" name="username" id="username"></p>
<!-- 密码 -->
<p><label for="password">密码:</label><input type="password" name="password" id="password"></p>
<!-- 重复密码 -->
<p><label for = "confirm_passowrd">重复密码:</label><input type = "password" name = "confirm_passowrd" id = "confirm_passowrd"></p>
<!-- 提交按钮 -->
<input type = "submit" value = "注册"/>
</form >
</body >
</html >
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。