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>

  • 相关阅读:
    程序员面试金典-面试题 16.15. 珠玑妙算
    程序员面试金典-面试题 16.14. 最佳直线
    程序员面试金典-面试题 16.13. 平分正方形
    程序员面试金典-面试题 16.11. 跳水板
    程序员面试金典-面试题 16.10. 生存人数
    程序员面试金典-面试题 16.08. 整数的英语表示
    程序员面试金典-面试题 16.07. 最大数值
    程序员面试金典-面试题 16.06. 最小差
    python学习笔记-47 UDP编程
    python学习笔记-46 TCP编程
  • 原文地址:https://www.cnblogs.com/liuzhuqing/p/7481132.html
Copyright © 2011-2022 走看看