<!DOCTYPE >

HTML框架,将当前页面分为三个板块

<html>

<head>

<meta charset="utf-8">

<title></title>

</head>

<frameset rows="10%,*">

<frame src="upper/one." name="logo">

<frameset cols="20%,*">

<frame src="upperleft/02.html" name="shuming" target="neirong">

<frame src="book/threecountries/01.html" name="neirong">

</frameset>

 

</frameset>

</html>

以上是html的,可以对页面进行分割,分为上下[上部占10%,下半部分分为左右两部分,左边20%,右边80%的宽度],也就是将整个页面分为三个板块,上面是信息和登录的信息,下面左半部分是选择菜单栏,右边是显示的部分,和电脑通用的.也可以根据自己的需要进行分类.

胜象大百科