展开全部
frame是框架,body是网页主体。看下面的代码:
<html>
<head><title>主页</title>
</head>
<frameset rows="100,*" cols="*" framespacing="0" frameborder="no" border="0" id=top >
<frame src="top1.html" name="topframe" scrolling="no" noresize id="topframe">
<frameset cols="176,*" framespacing="0" frameborder="no" border="0">
<frame src="menu.jsp" name="Menuframe" scrolling="yes" noresize id="Menuframe">
<frame src="workspace.html" scrolling="auto" name="main">
</frameset>
</frameset>
<noframes>
<body></body>
</noframes>
</html>
上面代码把整个网页分成了3个框架,上,左,右。而body在<noframes>里。
<html>
<head><title>主页</title>
</head>
<frameset rows="100,*" cols="*" framespacing="0" frameborder="no" border="0" id=top >
<frame src="top1.html" name="topframe" scrolling="no" noresize id="topframe">
<frameset cols="176,*" framespacing="0" frameborder="no" border="0">
<frame src="menu.jsp" name="Menuframe" scrolling="yes" noresize id="Menuframe">
<frame src="workspace.html" scrolling="auto" name="main">
</frameset>
</frameset>
<noframes>
<body></body>
</noframes>
</html>
上面代码把整个网页分成了3个框架,上,左,右。而body在<noframes>里。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |