zoukankan      html  css  js  c++  java
  • 注册表单(作业)

    <!Doctype>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <meta name="author" content="SHJ">
    <title>This is my fivth website</title>
    <link rel="stylesheet" type="text/css" href="style.css"/>
    </head>

    <body>
    <center >
    <h1><font color="red">Welcome to register's website!</font></h1>
    <fieldset>
    <legend>注册资料框</legend>
    <form name="register" method="get" action="" class="form-example">
    <div class="form-example">
    <label for="name">姓名: </label>
    <input name="Name" id="name" type="text" required><br>

    <label for="">&#160 性别:&#160</label>
    <label for="male">男&#160&#160</label>
    <input name="xingbie" id="male" type="radio" value="male" checked>
    <label for="female">&#160&#160&#160&#160&#160&#160&#160&#160&#160&#160女</label>
    <input name="xingbie" id="female" type="radio" value="female" checked><br>
    <label for="number">学号:&#160</label>
    <input name="minzi" id="number" type="text" required><br>
    <label for="class">班级:</label>
    <input name="banji" id="class" type="text"><br>
    <label for="phonenumber">电话:</label>
    <input name="phone" id="phonenumber" type="text"><br>
    <label for="ema">邮箱:</label>
    <input name="youxiang" id="ema" type="email"><br>
    <label for="pass">密码:</label>
    <input name="mima" id="pass" type="password" required><br>

    <input type="submit" vaule="提交"><br>
    </div>
    </form>
    </center>
    </fieldset>
    </body>

    </html>

  • 相关阅读:
    几个开源项目实体层实现方式比较
    ASP.NET MVC+LINQ开发一个图书销售站点
    C#流程控制
    用Java实现多线程服务器程序
    C#修饰符
    C#中的转义字符
    自定义实体类简介
    JAVA学习笔记——多线程(并发)
    java 多线程 wait() 以及 notirfy() 简析
    OA系统权限管理设计
  • 原文地址:https://www.cnblogs.com/shjnb/p/9667282.html
Copyright © 2011-2022 走看看