• 注册表单代码


    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title>兴趣</title>
        <style type="text/css">
        </style>
        <link href="网页.css.text" rel="stylesheet" type="text/css">
    </head>
    <body>
      <div class="shadowbox">
        <p> <div id="兴趣">
            <h1>兴趣</h1>  
            <form method="post">
                <input type="text" required="required" placeholder="用户名" name="u"></input>
                <input type="password" required="required" placeholder="密码" name="p"></input>
                <input type="reset " value="重置" name="reset"/>
                <button class="but" type="submit">登录</button>
                男:<input type="radio" name="gender" value="F"/>
                女:<input type="radio" name="gender" value="M"/>
                篮球:<input type="checkbox" name="hobby" value="1" />
                游泳:<input type="checkbox" name="hobby" value="2" />
                阅读:<input type="checkbox" name="hobby" value="3" />
                唱歌:<input type="checkbox" name="hobby" value="4" />
              </p>
              <div/>
            </form>
        </div>
    </body>
    </html>
  • 相关阅读:
    iOS button总结
    蓝鸥 UI 考试 绝密
    iOS UI 21 消息通知
    iOS UI 21 单例中的线程
    iOS UI 21 线程
    iOS UI 21 动画
    iOS UI 20 音乐播放器
    深入Objective-C的动态特性
    符合iOS系统兼容性需求的方法
    IOS用NSLog做 debug调试
  • 原文地址:https://www.cnblogs.com/wuchunlin/p/9600866.html
Copyright © 2020-2023  润新知