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>

  • 相关阅读:
    了解动态调试smali
    cli命令
    pass
    cs
    dsp查看
    云翌端口映射
    修改时间
    crm地址修改
    [autocallcustome]湖州瑞声科技有限公司
    播放语音文件
  • 原文地址:https://www.cnblogs.com/zj1997/p/9655269.html
Copyright © 2011-2022 走看看