我们小组中我做的主页框架的一部分

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>

</style>
</head>

<frameset rows="15%,*" >
<frame src="top.html" name="topFrame"/>
<frameset cols="15%,70%,*">
<frame src="main_left.html" name="main_leftFrame"/>
<frameset rows="30%,*">
<frameset cols="70%,*">
<frame src="main_mid_top_left.html"noresize="noresize" />
<frame src="main_mid_top_right.html"/>
</frameset>
<frame src="main_mid_body.html" name="main_mid_body"noresize="noresize"/>
</frameset>
<frameset rows="50%,50%" >
<frame src="main_right_top.html"name="main_right_top" />
<frame src="main_right_bottom.html"name="main_right_bottom" noresize="noresize"/>
</frameset>
</frameset>
</frameset>

</html>
这只是简单的框架,每个框架的内容和美化待完善。
posted @ 2016-04-10 20:03  庄成周2014551638  阅读(140)  评论(0编辑  收藏  举报