案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<iframe src ="/example/html/frame_a.html" width="400" height="300"
5
 style="border:medium double rgb(250,0,255)">
6
<p>Your browser does not support iframes.</p>
7
</iframe>
8
9
</body>
10
</html>