html <embed> 标签定义了一个容器,用来嵌入外部应用或者互动插件
属性 | 值 | 描述 |
---|---|---|
height | pixels | 设置嵌入内容的高度 |
src | URL | 设置被嵌入内容的 URL |
type | MIME_type | 设置嵌入内容的 MIME 类型 MIME = Multipurpose Internet Mail Extensions |
width | pixels | 设置嵌入内容的宽度 |
被嵌入的 flash 动画片
<embed src="/static/media/html/helloworld.swf">
<embed> 标签是 HTML 5 中的新标签