zoukankan      html  css  js  c++  java
  • 一个无卵用的注册表单

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title>注册表单V1.0</title>
            <style>
                body{
                    background-color:cornsilk;
                }
            </style>
        </head>
        <body">
            <h1 style="color:coral" align="center">注册表单V1.0</h1>
            <p style="color:crimson">欢迎使用这个并没有什么乱用的注册表单,希望您使(qian)用(wan)愉(bie)快(yong)</p>
            <P>请输入您的注册信息</P>
            <form action="" method="get">
                <label for="name">姓名:</label>
                <input type="text" name="name"/><br/>
                <label for="Sex">性别:</label>
                <select>
                    <option value="male"></option>
                    <option value="female"></option>
                </select><br/>
                <label for="birth">生日:</label>
                <input type="date" name="birth"><br/>
                <label for="mail">邮件:</label>
                <input type="mail" name="mail"/><br/>
                <label for="ID">账号:</label>
                <input type="text" name="ID"><br/>
                <label for="password">密码:</label>
                <input type="password" name="Password" maxlength="16"><br/>
                <input type="submit" name="submit" value="提交注册">
                <input type="reset" name="reset" value="重新输入">
            </form>
        </body>
    </html>

  • 相关阅读:
    OneNote 2010 文字识别
    Windows 7 添加网络共享打印机
    logstash
    filebeat
    记elk打包时的问题
    elasticsearch.yml
    zabbix 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作
    mac装brew
    snmp监控
    博科光纤交换机端口别名映射脚本
  • 原文地址:https://www.cnblogs.com/xiaodaizi/p/9657415.html
Copyright © 2011-2022 走看看