<!DOCTYPE html>
<html lang="en">
<head>
???<meta charset="UTF-8">
???<title>实战网页布局</title>
</head>
<body topmargin="0" leftmargin="0">
???<table border="1" width="960" align="center" cellspacing="0" cellpadding="0">
???????<tr height ="90" bgcolor="red" align="center"><td><font size="6" color="white"><b>网页的头部</b></font></td></tr>
???????<tr height ="450">
???????????<td>
???????????????<table bgcolor="yellow" height ="450" width="30%" align="left">
???????????????????<tr align="center">
???????????????????????<td><font size="6" color="white"><b>
???????????????????????????网页的左部份
???????????????????????</b></font></td>
???????????????????</tr>
???????????????</table>
????????????????<table bgcolor="green" height ="450" width="70%" align="left">
???????????????????<tr align="center">
???????????????????????<td><font size="6" color="white"><b>
???????????????????????????网页的右部份
???????????????????????</b></font></td>
???????????????????</tr>
???????????????</table>
???????????</td>
???????</tr>
???????<tr height ="90" bgcolor="red" align="center"><td><font size="6" color="white"><b>网页的底部</b></font></td></tr>
???</table>
</body>
</html>
实战网页布局
原文地址:http://www.cnblogs.com/lzp1103/p/7811840.html