<embed>:外部内容嵌入元素 - HTML(超文本标记语言) 编辑
HTML <embed>
元素将外部内容嵌入文档中的指定位置。此内容由外部应用程序或其他交互式内容源(如浏览器插件)提供。
请记住,大多数现代浏览器已经弃用并取消了对浏览器插件的支持,所以如果您希望您的网站可以在普通用户的浏览器上运行,那么依靠 <embed>
通常是不明智的。
Content categories | Flow content, phrasing content, embedded content, interactive content, palpable content. |
---|---|
Permitted content | None, it is an empty element. |
Tag omission | Must have a start tag, and must not have an end tag. |
Permitted parents | Any element that accepts embedded content. |
Permitted ARIA roles | application , document , img , presentation |
DOM interface | HTMLEmbedElement |
属性
这个元素的属性包括 全局属性。
height
- 资源显示的高度,in CSS pixels. -- (Absolute values only. NO percentages)
src
- 被嵌套的资源的URL。
type
- 用于选择插件实例化的 MIME 类型。
width
- 资源显示的宽度,in CSS pixels. -- (Absolute values only. NO percentages)
例子
<embed type="video/quicktime" src="movie.mov" width="640" height="480">
规范
规范 | 状态 | 备注 |
---|---|---|
HTML Living Standard <embed> | Living Standard | |
HTML5 <embed> | Recommendation |
浏览器兼容性
BCD tables only load in the browser
注意: 不同浏览器之间显示有差异。Blink 内核浏览器(Chrome,Opera)会显示 HTML 资源的内容,但 Firefox 会显示一条通知消息,指出内容需要一个插件(见 bug 730768)。建议使用 <object> 或 <iframe> 元素。
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.参见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论