您的位置:首页 > 其它

表格布局

2016-03-29 14:30 260 查看
<!doctype html>
<html lang="en">
<head>
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<body>

<center>
<table width="800" height="600" cellspacing="0" cellpadding="0">
<tr height="20%">
<td colspan="2" bgcolor="ccffff">
这是页面头部

</td>
</tr>

<tr>

<td width="30%" bgcolor="#ff99ff">
这是菜单栏
</td>

<td  bgcolor="#ff9900">
这是正文部分
</td>
</tr>

<tr height="20%">

<td colspan="2"  bgcolor="#ccff33">
这是尾部页面
</td>
</tr>

</table>

</center>

</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: