The HTML <object> element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.
| Content categories |
Flow content; phrasing content; embedded content, palpable content; if the element has a usemap attribute, interactive content; listed, submittable form-associated element. |
|---|---|
| Permitted content | zero or more <param> elements, then transparent. |
| Tag omission | None, both the starting and ending tag are mandatory. |
| Permitted parents | Any element that accepts embedded content. |
| Permitted ARIA roles | application, document, image |
| DOM interface | HTMLObjectElement |
This element includes the global attributes.
archive HTML 4 only; Obsolete since HTML5
border Deprecated since HTML4.01; Obsolete since HTML5
classid HTML 4 only; Obsolete since HTML5
codebase HTML 4 only; Obsolete since HTML5
codetype HTML 4 only; Obsolete since HTML5
datadeclare HTML 4 only; Obsolete since HTML5
<object> element. In HTML5, repeat the <object> element completely each that that the resource is reused.form HTML5
<form> element in the same document.heightnamestandby HTML 4 only; Obsolete since HTML5
tabindex HTML 4 only; Obsolete since HTML5
typetypemustmatch HTML5
usemap<map> element; that is a '#' followed by the value of a name of a map element.width<!-- Embed a flash movie --> <object data="movie.swf" type="application/x-shockwave-flash"></object> <!-- Embed a flash movie with parameters --> <object data="movie.swf" type="application/x-shockwave-flash"> <param name="foo" value="bar"> </object>
| Specification | Status | Comment |
|---|---|---|
| WHATWG HTML Living Standard The definition of '<object>' in that specification. | Living Standard | |
| HTML5 The definition of '<object>' in that specification. | Recommendation | |
| HTML 4.01 Specification The definition of '<object>' in that specification. | Recommendation |
| Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
typemustmatch | ? | ? | 27 (27) | ? | ? | ? |
| Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
typemustmatch | ? | ? | 27.0 (27) | ? | ? | ? |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object