• 注册登录


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

  • 相关阅读:
    C#中?、??与?:的使用
    循环的嵌套
    Linux中__init、__devinit等初始化宏
    AUPE学习第十章------信号
    C语言--const详解
    database is locked和SQLITE_BUSY
    vc6.0错误提示
    C/C++程序内存模型
    浅谈C中的malloc和free “来自bccn C语言论坛”
    Java几种内部类总结
  • 原文地址:https://www.cnblogs.com/snowdeer/p/9855270.html
Copyright © 2020-2023  润新知