当前位置: 首页 > 网络学院 > 网页制作基础教程 > Internet > 对象元素
<object> 元素可以支持多种不同的多媒体格式: 图片 声音 视频 其他对象 |
You can display a picture:
你可以显示一张图片:
<object height="100%" width="100%" |
Click here to try it yourself [点击这里自己尝试一下]
You can display a web page:
你可以显示一张网页:
<object type="text/html" height="100%" width="100%" |
Click here to try it yourself [点击这里自己尝试一下]
You can display a sound:
你可以显示一段声音:
<object |
Click here to try it yourself [点击这里自己尝试一下]
You can display a video:
你可以显示一段视频:
<object |
Click here to try it yourself [点击这里自己尝试一下]
You can display a calendar:
你可以显示一张日历:
<object width="100%" height="80%" |
Click here to try it yourself [点击这里自己尝试一下]
You can display graphics:
你可以显示图形:
<object width="200" height="200" |
Click here to try it yourself [点击这里自己尝试一下]
You can display a flash animation:
你可以显示一份Flash动画:
<object width="400" height="40" |
Click here to try it yourself [点击这里自己尝试一下]
Click here to try a fancy flash [点击这里打开一个精美的Flash]