zoukankan      html  css  js  c++  java
  • 当当网代码5

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
      <title> new document </title>
      <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
      <style type="text/css">
    <!--
    .style3 {color: #0000FF}
    .style4 {
     font-size: 12;
     font-weight: bold;
    }
    .style5 {
     color: #FF0000;
     font-size: 16px;
     font-weight: bold;
    }
    .style6 {
     font-size: 16px;
     font-weight: bold;
    }
    .style7 {color: #FF0000}
    .style13 {
     font-size: 12px;
     font-weight: bold;
    }
    -->
      </style>
     </head>

    <body>
     <table width="1196" border="0">
       <tr>
         <td width="999"><img src="image/logo.gif" width="87" height="40" /></td>
         <a href="#"><td width="96">[新用户注册]</td></a>
         <a href="Untitled-6.htm"><td width="79"><span class="style3">帮助</span></td></a>
       </tr>
    </table>
    <hr color="#FF00FF";>
     <p align="center" class="style4">注册步骤: <span class="style7">1.填写信息</span> &gt; 2.验证邮箱 &gt; 3.注册成功</p>
     <p class="style5">以下均为必填项</p>
     <table width="992" height="322" border="1">
       <tr>
         <td width="261" bgcolor="#33CCFF"><div align="right">请填写你的EMAIL地址:</div></td>
         <td width="715"><form name="form1" id="form1" method="post" action="">
           <input type="text" name="textfield" />
           <strong>请填写有效的EMAIL地址,在下一步中你将用此邮箱接收验证邮件。</strong>    
         </form></td>
       </tr>
       <tr>
         <td bgcolor="#33CCFF"><div align="right">设置你在当当网的昵称:</div></td>
         <td><form name="form2" id="form2" method="post" action="">
           <input type="text" name="textfield" />
           <span class="style13">你的昵称可以由小写英文字母,中文,数学组成,长度4-20个字符,一个汉字为两个字符。</span>    
         </form></td>
       </tr>
       <tr>
         <td bgcolor="#33CCFF"><div align="right">设置密码:</div></td>
         <td><form name="form3" id="form3" method="post" action="">
           <input type="password" name="textfield" />
           <strong>你的密码可以由大小写英文字母,数字组成,长度6-20位。</strong>    
         </form></td>
       </tr>
       <tr>
         <td bgcolor="#33CCFF"><div align="right">再次输入你设置的密码:</div></td>
         <td><form name="form4" id="form4" method="post" action="">
           <input type="password" name="textfield" />
         </form></td>
       </tr>
       <tr >
         <td colspan="2"><div align="center">
           <form action="" method="post" enctype="multipart/form-data" name="form5" id="form5">
             <a href="#"><span class="style6" > </span></a>
             <div>
       <input type="submit" value="注册" name="form5">
       </div>
           </form>
           </div></td>
       </tr>
    </table>
     <p class="style5">&nbsp;</p>
    </body>
    </html>

  • 相关阅读:
    【HNOI 2002】 营业额统计
    【BZOJ 3224】 普通平衡树
    【NOIP2014】 联合权值
    【NOIP2016】 组合数问题
    BZOJ2212 POI2011Tree Rotations(线段树合并)
    LOJ114 k大(xiao)异或和(线性基)
    LOJ121 动态图连通性(LCT)
    BZOJ3569 DZY Loves Chinese II(随机化+树上差分+线性基)
    BZOJ3237 AHOI2013连通图(线段树分治+并查集)
    BZOJ2208 JSOI2010连通数(floyd+bitset)
  • 原文地址:https://www.cnblogs.com/liuzhuqing/p/7481131.html
Copyright © 2011-2022 走看看