码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-09-16 15:46:15      阅读:555      评论:0      收藏:0      [点我收藏+]

标签:form   action   get   amp   pass   html   jsp   password   post   

<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>

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

标签:form   action   get   amp   pass   html   jsp   password   post   

原文地址:https://www.cnblogs.com/zj1997/p/9655269.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!