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


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM