📅  最后修改于: 2020-11-03 03:27:51             🧑  作者: Mango
的HTML
的HTML标签也用于
如果您在
以下是有关HTML的一些规范
Display | Inline |
Start tag/End tag | Both Start and End tag |
Usage | Embed external resource |
嵌入视频:
Obejct Tag
Example of Object tag
输出:
嵌入gif图片:
Obejct Tag
Example of Object tag
Sorry!,Your browser does not support
输出:
Attribute | Value | Description |
---|---|---|
data | URL | It specifies the address of the resource. |
type | content_type | It determines the content type of the resource specified by data. |
archive | URL | It specifies the space-separated list of URL’s for archives of resources for the object. (Not supported in HTML5). |
border | pixels | It sets the width of the border around the |
classid | URL | It specifies the URL for the object implementation. (Not supported in HTML5). |
codebase | URL | It specifies the base path where to find the code for the object. (Not supported in HTML5). |
form | form_idIt | specifies the form element that the object element is associated with. |
height | pixels | It defines the height of the object. |
width | pixels | It determines the width of the object. |
typemustmatch | boolean | It specifies that resource should be embedded if type attribute matches with the actual content type of the resources provided on the data attribute. |
name | name | It defines the name for the object. |
的
的
Element | Chrome | IE | Firefox | Opera | Safari |
Yes | Yes | Yes | Yes | Yes |