zoukankan      html  css  js  c++  java
  • 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>

  • 相关阅读:
    关于通过web页面删除数据记录的设计改进
    python 正则表达式用法
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
  • 原文地址:https://www.cnblogs.com/zj1997/p/9655269.html
Copyright © 2011-2022 走看看