案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body>
4
5
<iframe src="/img/eg_landscape.jpg"></iframe>
6
7
<p>一些老的浏览器不支持 iframe。</p>
8
<p>如果得不到支持,iframe 是不可见的。</p>
9
10
11
</body>
12
</html>
13