zoukankan      html  css  js  c++  java
  • 注册登录

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Login</title>
    <link rel="stylesheet" href="style.css">
    </head>
    <body>
    <fieldset>
    <legend>登记注册</legend>


    <form action=""method="get"class="form-example">
    <div class="form-example">
    <label for="name">名字:
    </label>

    <input type="text"name="name"id="name"required>
    </div>
    <div class="form-example">
    <lable for="password">密码:
    </lable>
    <input type="password"name="password"id="password"required>
    </div>
    <div class="form-example">
    <lable for="email">邮箱:
    </lable>
    <input type="email"name="email"id="email"required>
    </div>

    <div class="form-example">
    <label for="tel">电话:
    </label>
    <input type="tel"name="tel"id="tel"required>
    </div>
    <div class="form-example">
    <label for="address">地址:
    </label>
    <input type="address"name="address"id="address"required>
    </div>

    <!-- first-->
    <div form="class-example">
    <label for ="gender">性别:</label>
    <input type="radio"value="0"name="gender">man</input>
    <input type="radio"value="1"name="gender">woman</input>
    </div>
    </form>

    <input type="submit" name="submit" value="submit">
    <input type="reset" name="reset" value="reset">
    <body style="background-image:url(C:/Users/lenovo/Pictures/lovewallpaper/251786-0.jpg)">
    </fieldset>
    </body>
    </html>

  • 相关阅读:
    wx_sample.php

    手机装linux系统
    MySQL导入导出命令
    PHP对表单提交特殊字符的过滤和处理
    sublime开启php自动代码补全
    寻找Linux单机负载瓶颈
    怎样成为PHP 方向的一个合格的架构师
    说说大型高并发高负载网站的系统架构
    数据库水平分割,垂直分割,库表散列浅谈
  • 原文地址:https://www.cnblogs.com/snowdeer/p/9855270.html
Copyright © 2011-2022 走看看