你的这个东东程序还挺长的,我帮你完成了所有的格式,只是背景颜色不一样,只要你修改颜色值就完全一样了.把代码复制到记事本,然后保存后缀名为
.html 就可运行了
<html>
<head>
<title>
软编小虫
</title>
</head>
<body>
<center>
<table bordercolor="green" border="6">
<tr><td>
<table bordercolor="green" border="0">
<tr align="center" valign="bottom"><td colspan="3" bgcolor="yellow">
<h2>用户名登入</h2></td></tr>
<tr><td valign="top">用户名</td><td><form><input type="text" size="40">
</form></td><td valign="top"><u>注册用户</u></td></tr>
<tr valign="top"><td>密码</td><td><form><input type="text" size="40">
</form></td valign="top"><td><u>忘记密</u></td></tr>
<tr align="center"><td colspan="3"><form><input type="button" size="20" value="用户登入">
<input type="button" size="20" value="管理员登入">
</td></tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>