Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<embed>

概述

HTML <embed> 元素 用于表示一个外部应用或交互式内容的集合点,换句话说,就是一个插件。 

Note: 这篇文档仅定义该元素在在HTML5中定义的部分,不包含该元素之前的声明内容和非标准的实现。

  • 内容类型 Flow content, phrasing content, embedded content, interactive content, palpable content.
  • 允许内容 无。这是一个空元素。
  • 标记省略必须有一个开始标记,一定不能有结束标记。
  • 允许父元素任何接受嵌套内容的元素。
  • DOM 接口 HTMLEmbedElement

属性

这个元素支持全局属性

height
资源显示的高度。单位为CSS像素。
src
被嵌套的资源的URL。
type
用来选择被示例化的插件的 MIME 类型。
width
资源显示的宽度。单位为CSS像素。

样例

<embed type="video/quicktime" src="movie.mov" width="640" height="480">

规范

规范声明 状态 备注
WHATWG HTML Living Standard
<embed>
Living Standard  
HTML5
<embed>
Recommendation  

浏览器兼容性

特征 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基础支持 ? 1.0 (1.7 or earlier) ? ? ?

参阅

文档标签和贡献者

标签: 
 此页面的贡献者: Martin.Chow, Startan
 最后编辑者: Martin.Chow,