<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>用表格来定位搜狐邮箱登录注册界面</title>
</head>
<body>
<form action="login.jsp">
<table border="1" background="img/souhu.png" width="420" height="265">
<tr height="50">
<td colspan="4" >登录搜狐邮箱</td>
</tr>
<tr>
<td width="20%"> <font size="2">邮箱:</font> </td>
<td colspan="2" width="45%">
<input type="text" name="mail" size="25" />
</td>
<td>@souhu.com</td>
</tr>
<tr>
<td><font size="2">密码:</font></td>
<td colspan="2" width="45%">
<input type="password" name="pass" size="27">
</td>
<td>忘记密码</td>
</tr>
<tr>
<td> </td>
<td colspan="2">
<font size="2">
<input type="checkbox" name="save"/>记住登录状态
</font>
<font size="2">
<a heref=""> https安全访问</a>
</font>
</td>
<td>
</td>
</tr>
<tr height="20">
<td> </td>
<td width="25%"> </td>
<td colspan="2"> </td>
</tr>
<tr height="50">
<td colspan="4">还没有搜狐闪电邮箱,现在注册</td>
</tr>
</table>
</form>
</body>
</html>
