<html>
<body>
<center>
<table height="60px">
<tr> </tr>
</table>
<table width="535px" height="300px" background="" border="0px">
<tr><td width="230px" rowspan="3"> 企业邮箱</td> <td> 右上空白</td> </tr>
<tr><td>
<table width="100%" height="100%" border="0px">
<tr><td>用户名</td> <td><input type="text" name="username"/></td></tr>
<tr><td>密 码</td> <td><input type="password" name="password"/></td></tr>
<tr><td colspan="2"><input type="submit" value="登陆"/> <input type="reset" value="重新填写"/></td> </tr>
<tr><td colspan="2"><a href="#">找回密码</a> <a href="#">注册用户</a></td> </tr>
</table>
</td></tr>
<tr><td> 右下空白</td> </tr>
</center>
</body>
</html>
table标签 企业邮箱主页
最新推荐文章于 2024-07-23 22:00:25 发布
本文展示了企业邮箱登录页面的HTML结构。页面包含用户名与密码输入框、登录按钮及找回密码和注册链接。对于理解基本网页布局和表单元素非常有用。
1283

被折叠的 条评论
为什么被折叠?



