案例:网络多媒体案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<h2>Picture As Object</h2>
5
6
<object height="100%" width="100%"
7
type="image/jpeg" data="/img/eg_bg_desert.jpg">
8
</object>
9
10
</body>
11
</html>