• 用户注册(php)login(非美化)


    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title></title>
    </head>

    <body>
    <form action="1.php" method="post">
    <center>用户注册</center>
    用户名:
    <input type="text" name="name" required="" placeholder="请输入用户名">
    <br>
    密码:<input type="password" name="pwd" required="" placeholder="请输入6位密码">
    <br>
    性别
    <input type="text" name="sex" required="" placeholder="" id="">
    <br>
    院系
    <input type="text" name="college" required="" placeholder="" id="">
    <br>
    班级
    <input type="text" name="class" required="" placeholder="" id="">
    <br>
    联系方式
    <input type="text" name="tel" required="" placeholder="" id="">
    <br>
    <input type="submit" value="确认" name="a1" >
    <input type="reset" value="取消" name="a2" >


    </body>
    </html>

  • 相关阅读:
    运算优先级
    (5).plus(3).minus(2);
    画图
    函数的三种角色
    表格排序
    正则表达式
    call apply
    css文本属性和边框属性
    css颜色/字体/背景属性
    css选择器优先级及继承
  • 原文地址:https://www.cnblogs.com/lichangqing1997/p/7911864.html
Copyright © 2020-2023  润新知