实战网页布局

<!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>
posted @ 2017-11-09 22:42  pylzp  阅读(215)  评论(0编辑  收藏  举报