制作一个如下图所示的框架网页,写出HTML代码。

要求:框架1名称为Head,源文件为Head.htm,高度为80象素;框架2名称为Index,源文件为Index.htm,宽度为160像素;框架3名称为Main,源文件为... 要求:框架1名称为Head,源文件为Head.htm,高度为80象素;框架2名称为Index,源文件为Index.htm, 宽度为160像素;框架3名称为Main,源文件为Main.htm;框架4名称为Foot,源文件为Copyright.htm,高度为60像素。 展开
 我来答
百度网友68ea1f294
2011-09-28 · TA获得超过120个赞
知道小有建树答主
回答量:99
采纳率:0%
帮助的人:102万
展开全部
<style type='text/css'>
#hifm{
width:1000px;
height:600px;
border:1px solid yellow;
float:left;
}
.head{
width:1000px;
height:80px;
border:1px solid yellow;
float:left;
}
.index{
width:160px;
height:455px;
border:1px solid yellow;
float:left;
}
.main{
width:836px;
height:455px;
border:1px solid yellow;
float:left;
}
.foot{
width:1000px;
height:60px;
border:1px solid yellow;
float:left;
}
</style>

<div id='hifm'>
<div class="head">Head</div>
<div class='index'>Index</div><div class='main'>Main</div>
<div class='foot'>Foot</div>
</div>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2011-09-23
展开全部
<frameset rows="80,*,60" style="width:100%; height:100%; ">

<frame name="Head" src="Head.htm">

<frameset cols="160,*">
<frame src="index.htm">
<frame name="Main" src="Main.htm">
</frameset>
<frame src="Copyright.htm">

</frameset>

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hyt0114
2011-09-22 · TA获得超过276个赞
知道答主
回答量:207
采纳率:0%
帮助的人:198万
展开全部
<html>
<head>
<title>表格</title>
</head>
<style>
table{
border:1px black solid;
border-collapse:collapse;
}
td{
border:1px black solid;
}
</style>
<body>
<table >
<tr>
<td colspan="2">框架1</td>
</tr>
<tr height="50px">
<td width="80px">框架2左</td><td width="200px">框架2右</td>
</tr>
<tr>
<td colspan="2">框架3</td>
</tr>
</table>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
XCExceXCExce
2011-09-22 · TA获得超过647个赞
知道小有建树答主
回答量:237
采纳率:0%
帮助的人:338万
展开全部
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<frameset rows="80,*,60" framespacing="0">
<frame name="Head" src="Head.html" noresize="noresize" marginwidth="0" marginheight="0" scrolling="no"></frame>
<frameset cols="160,*">
<frame name="Index" src="Index.htm" noresize="noresize" marginwidth="0" marginheight="0"
scrolling="no"></frame>
<frame name="Main" src="Main.htm" noresize="noresize" marginwidth="0" marginheight="0" scrolling="no"></frame>
</frameset>
<frame name="Foot" src="Copyright.htm" noresize="noresize" marginwidth="0" marginheight="0" scrolling="no"></frame>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式