1.frameset frame set, cols vertical points, rows horizontal, border border width. For example: cols= "25%,50%,*",* represents the remaining. This statement is divided vertically into three pages, respectively, 25,50,25.
Example: 1. Framework
<!doctype html>
<title> Gao Zewen </title>
<meta http-equiv= "Content-type" content= "text/html;charset=gb2312" >
<meta name= "keywords" content= "Java training, Android training" >
<meta name= "description" content= "Gao Zewen an HTML file" >
<frameset rows= "50%,*" >
<frame src= "title bar. html", name= "Topframe"/>
<frameset cols= "20%,*" >
<frame name="leftframe" src= "navigation bar. html"/>
<frame name="Rightframe" src= "mage. html"/>
</frameset>
</frameset>
2. Navigation bar
<!doctype html>
<title> Navigation bar </title>
<body bgcolor= "Yellow" >
target= "Rightframe" > Mage </a>/*1 defined in n AME, which enables it to switch pages on the specified page.
target= "Rightframe" > Paladin </a> target= "Rightframe" > Priest </a></body>
3. Picture
<!doctype html>
<title> Mage </title>
<body>
<p><a href= "http://hs.blizzard.cn/home/" target= "_self" ></a ></p>
</body>
4. And so on, the final sample: A simple Web page is ready
Html (2)--frameset inline frameset