zoukankan      html  css  js  c++  java
  • 注册表

    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>登录界面</title>
    <style type="text/css">
       h1{
         color:blue;
         font-size:45px; 
       }
    </style>
    </head>
    <body>
      <div id="load">
                  <h1 align="center">问卷星</h1>
        <form method="get"  action="http://wenjuan.com">
           <ul class="reg-box">
              <li align="center">
                   <label for="username">账号:</label>
                   <input type="text"  name="username" id="username" value="" maxlength="11" style="color:cornflowerblue" />
              </li>
              <br />
              <li align="center">
                   <label for="pass">密码:</label>
                   <input type="password"  name="pass" id="pass" value="" style="color: cornflowerblue" /> 
              </li> 
              <br />
                 <div align="center" >
                     <span  id="control-group" >
                        <label align="center">
                          <input type="checkbox" value="option1">
                          记住密码 |
                        </label>
                        <a href="http://www.baidu.com" target="blank">忘记密码?</a>
                      </span>
                  </div>
           </ul>
               <div align="center">
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <button onclick="http://www.wenjuan.com">立即登录</button>
                    &nbsp;<input type="reset" value="重置" name="reset" />
                  
               </div>
              
               <div  align="center">
                  <label>个人简介:</label>
                  <br / >
                  <textarea cols="50" rows="10">在这里输入内容...</textarea>
                  <br />
                  <input type="submit" value="确定"  name="submit" />
                  <input type="reset" value="重置"  name="reset" />
               </div>
        </form> 
      </div>
    </body>
    </html>
  • 相关阅读:
    J2SE API & J2EE API & SSH API
    JSP转发和重定向的区别
    Tomcat详解
    面试题:通过问题排查,考察测试链路熟练程度
    c语言中求数组的长度
    CGContextBeginPath
    CGContextAddAr绘制一个圆弧
    将当前的手机屏幕上的视图控件的view拍照 并保存到手的album中
    CGContextFillPath(ctx)
    CGContextSetRGBFillColor
  • 原文地址:https://www.cnblogs.com/dk233/p/9715120.html
Copyright © 2011-2022 走看看