码迷,mamicode.com
首页 > Web开发 > 详细

实战网页布局

时间:2017-11-10 00:16:44      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:color   meta   html   type   pac   htm   lan   yellow   utf-8   

<!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>

实战网页布局

标签:color   meta   html   type   pac   htm   lan   yellow   utf-8   

原文地址:http://www.cnblogs.com/lzp1103/p/7811840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!