HTML的注册窗口

代码如下:

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<table height='376' width="378" border="3"  align="center" summary="注册页面的工作">
  <caption>
    注册页面
  </caption>
  <tr>
    <td width="83" height="72">登陆用户名:</td>
    <td width="275"><label for="textarea"></label>
      <form id="form1" name="form1" method="post" action="">
    </form></td>
  </tr>
  <tr>
    <td>邮箱:&nbsp;&nbsp;&nbsp;</td>
    <td valign="middle"><form id="form2" name="form2" method="post" action="">
    </form></td>
  </tr>
  <tr>
    <td>输入密码:&nbsp;</td>
    <td><form id="form3" name="form3" method="post" action="">
    </form></td>
  </tr>
  <tr>
    <td>确认密码:&nbsp;</td>
    <td><form id="form4" name="form4" method="post" action="">
    </form></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td align="center" valign="middle">&nbsp;</td>
  </tr>
</table>


</body>
</html>

 

posted @ 2015-01-17 22:22  璞子的家  阅读(193)  评论(0编辑  收藏  举报