案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<frameset cols="25%,50%,25%">
4
  <frame src="/example/html/frame_a.html">
5
  <frame src="/example/html/frame_b.html">
6
  <frame src="/example/html/frame_c.html">
7
8
<noframes>
9
<body>您的浏览器无法处理框架!</body>
10
</noframes>
11
12
</frameset>
13
14
</html>
15