• 注册表(特简版)


    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>注册表</title>
    <style>
    .main{300px;}
    .leftDiv{float:left;100px;height:100%;ext-align: center}
    .content{line-height:0px;text-align: center;}
    </style>
    <link rel="stylesheet" href="style.css">
    </head>
    <body>
    <center>
    <img src="cddx.png">
    <hr>
    <div style="color: #FF0000">
    <h1>欢迎注册!</h1>
    </div>
    <form action="success2.html" class="form-example">
    <div class="form-example">
    <label for="name">姓名:</label>
    <input type="text" name="name" id="name" required>
    </div>
    <div class="form-example">
    <label for="name">电话:</label>
    <input type="text" name="name" id="name" required>
    </div>
    <div class="form-example">
    <label for="name">密码:</label>
    <input type="text" name="name" id="name" required>
    </div>
    <p>你是否喜欢看书?<br></p>
    <input type="radio" name="radiobutton" value="radiobutton" checked> 是<br>
    <input type="radio" name="radiobutton" value="radiobutton"> 否<br>
    <p>你喜欢的运动是什么?</p>
    <input type="checkbox" name="checkbox1" value="checkbox">跑步<br>
    <input type="checkbox" name="checkbox2" value="checkbox">篮球<br>
    <input type="checkbox" name="checkbox3" value="checkbox">足球<br>
    <input type="checkbox" name="checkbox4" value="checkbox">健美<br>
    <br>
    <div class="main">
    <div class="leftDiv" class="form-example">
    <input type="submit" value="注册" >
    </div>
    <div class="content" class="form-example">
    <input type="submit" value="帮助">
    </div>
    <div>
    <br>
    <fieldset>
    <legend>其他问题(有兴趣可选择回答)</legend>
    <form>
    <p> 球类问答: <input type="button" class="btn" value="进入" /> </p>

    <p> 书类问题: <input type="button" class="btn" value="进入" /> </p>
    </form>
    </fieldset>
    </center>
    </form>
    </body>

  • 相关阅读:
    int 和 Integer 有什么区别
    Exception、Error、运行时异常与一般异常有何异同
    Redis存储系统
    MySpring-06.基于XML的IOC的案例
    Spring MVC技术之【上机】
    MySpring-05.基于XML的IOC的案例1
    MySpring-04.Spring的常用注解
    MySpring-03.Spring的 IOC 和 DI
    MySpring-02.程序间耦合
    Spring框架之【上机】
  • 原文地址:https://www.cnblogs.com/weinixiong/p/9657240.html
Copyright © 2020-2023  润新知