frame框架及简单样式

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

<!doctype html>
<html>
<head>
<meta http-equiv="content-type"  content="text/html;charset=utf-8"></meta>
<title>0.0</title>
</head>

<frameset rows="50px,*"  bordercolor="#080">
    <frame name="top" src="top.html">
    <frameset cols="15%,*"    bordercolor="#080">
        <frame name="left" src="left.html">
        <frame name="right" src="http://www.baidu.com">
    </frameset>
</frameset>

</html>