html <embed> 標簽定義了一個容器,用來嵌入外部應(yīng)用或者互動插件 屬性屬性 | 值 | 描述 |
---|
height
| pixels | 設(shè)置嵌入內(nèi)容的高度 | src
| URL | 設(shè)置被嵌入內(nèi)容的 URL | type
| MIME_type | 設(shè)置嵌入內(nèi)容的 MIME 類型 MIME = Multipurpose Internet Mail Extensions | width
| pixels | 設(shè)置嵌入內(nèi)容的寬度 |
范例被嵌入的 flash 動畫片 <embed src="/static/media/html/helloworld.swf"> HTML 4.01 與 HTML5之間的差異<embed> 標簽是 HTML 5 中的新標簽 |