这个<embed>
标签定义外部资源的容器,例如网页、图片、媒体播放器或插件应用程序。
大多数浏览器不再支持 Java Applet 和插件。
任何浏览器都不再支持 ActiveX 控件。
现代浏览器中对 Shockwave Flash 的支持也已关闭。
要显示图片,最好使用<img>
标签。
要显示 HTML,最好使用<iframe>
标签。
要显示视频或音频,最好使用<video>
和<audio>
标签。
Element | |||||
---|---|---|---|---|---|
<embed> | Yes | Yes | Yes | Yes | Yes |
Attribute | Value | Description |
---|---|---|
height | pixels | Specifies the height of the embedded content |
src | URL | Specifies the address of the external file to embed |
type | media_type | Specifies the media type of the embedded content |
width | pixels | Specifies the width of the embedded content |
这个<embed>
标签还支持HTML 中的全局属性。
这个<embed>
标签还支持HTML 中的事件属性。
HTML DOM 参考:嵌入对象
大多数浏览器都会显示<embed>
具有以下默认值的元素:
embed:focus {
outline: none;
}
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!