html简单的登陆注册代码的实现

<html>
<head>
<title>登陆页面</title>
</head>
<form action="login_conf.jsp" method="post">
<br>用户登陆<br>
用户名:<input type="text" >
<br>密码: <input type="password" ><br>
<input type="submit" value="提交">
<input type="reset" value="重置">
</form>
</body>
</html>
<form action="" method="get">
<div>
<label for="name">Enter your name: </label>
<input type="text" required>
</div>
<div>
<label for="email">Enter your email: </label>
<input type="email" required>
</div>
<div>
<input type="submit" value="Subscribe!">
</div>
</form>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwsswy.html