HTML后台操作系统主体篇
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<frameset rows="20%,80%">
<frame src="TOP.html"/>
<frameset cols="20%,80%">
<frame src="LEFT.html"/>
<frame src="RIGHT.html"/>
</frameset>
</frameset><!--frameset相当于是集合-->
</html>