zoukankan      html  css  js  c++  java
  • 注册表(特简版)

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

  • 相关阅读:
    CIFAR10-网络训练技术
    论文-Deep Residual Learning for Image Recognition
    Origin-作图相关
    OnCtlColor
    查看电脑MAC地址
    改变静态文本框和PictureControl的背景颜色
    MFC在对话框中的Picture contrl控件中添加icon图标,并改变icon图标的背景色与对话框背景色一致
    char型数组学习
    条件编译
    ASCII码
  • 原文地址:https://www.cnblogs.com/weinixiong/p/9657240.html
Copyright © 2011-2022 走看看