案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body>
4
<iframe src ="/example/html/frame_a.html" marginwidth="50px"
5
 width="400px" height="300px">
6
<p>Your browser does not support iframes.</p>
7
</iframe>
8
9
</body>
10
11
</html>