[html]代码库
<html>
<head>
<title>
实战网页布局
</title>
<meta charset="UTF-8">
</head>
<body topmargin="0" leftmargin="#">
<table border="0" width="960" align="center" cellspacing="0" cellpadding="0">
<tr height="90" bgcolor="red" align="center"><td><font size="5" color="white"><b>网页的头部</b></font></td></tr>
<tr >
<td>
<table height="300" bgcolor="yellow" width="30%" align="left">
<tr align="center"><td><font size="5" color="white"><b>网页的左部分</b></font></td></tr>
</table>
<table height="300" bgcolor="green" width="70%" align="right">
<tr align="center"><td><font size="5" color="white"><b>网页的右部分</b></font></td></tr>
</table>
</td>
</tr>
<tr height="90" bgcolor="red" align="center"><td><font size="5" color="white"><b>网页的底部</b></font></td></tr>
</table>
</body>
</html>
初级程序员
by: lakers想想 发表于:2018-01-17 15:58:04 顶(0) | 踩(0) 回复
soso
回复评论