这个<object>
标签定义外部资源的容器。
外部资源可以是网页、图片、媒体播放器或插件应用程序。
要嵌入图片,最好使用<img>
标签。
要嵌入 HTML,最好使用<iframe>
标签。
要嵌入视频或音频,最好使用<video>
和<audio>
标签。
Element | |||||
---|---|---|---|---|---|
<object> | Yes | Yes | Yes | Yes | Yes |
这个<object>
标签最初是为了嵌入浏览器插件而设计的。
插件是扩展浏览器标准功能的计算机程序。
插件已用于许多不同的目的:
警告 !
大多数浏览器不再支持 Java Applet 和插件。
任何浏览器都不再支持 ActiveX 控件。
现代浏览器中对 Shockwave Flash 的支持也已关闭。
Attribute | Value | Description |
---|---|---|
data | URL | Specifies the URL of the resource to be used by the object |
form | form_id | Specifies which form the object belongs to |
height | pixels | Specifies the height of the object |
name | name | Specifies a name for the object |
type | media_type | Specifies the media type of data specified in the data attribute |
typemustmatch | true/false | Specifies whether the type attribute and the actual content of the resource must match to be displayed |
usemap | #mapname | Specifies the name of a client-side image map to be used with the object |
width | pixels | Specifies the width of the object |
这个<object>
标签还支持HTML 中的全局属性。
这个<object>
标签还支持HTML 中的事件属性。
HTML 教程:HTML 对象元素
HTML DOM 参考:对象 对象
大多数浏览器都会显示<object>
具有以下默认值的元素:
object:focus {
outline: none;
}
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!