📜  HTML embed标签

📅  最后修改于: 2020-11-01 09:48:18             🧑  作者: Mango

的HTML标签

的HTML标记用于将外部文档嵌入HTML文件中,该文件可以是第三方应用程序,多媒体,插件(交互式内容)等。此元素在HTML5中是新增的。

注意:元素可用于包含第三方应用程序以及多媒体文档,但在HTML5中是新添加的

句法

 

以下是有关HTML的一些规范标签

Display block
Start tag/End tag Both Start and End tag
Usage Embed third-party applications

例子1




Embed Tag



Example of embed tag

The Dancing Penguin

输出:

属性

特定于标签的属性

Attribute Value Description
height pixels It specifies the height of the embedded content
src URL It defines the resource location of the embedded document.
type media-type It specifies the MIME type.
width pixels It determines the width of the embedded content.

全局属性

标签支持HTML中的全局属性

事件属性

标签支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes