Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The <object> HTML 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.
This element includes the global attributes.
archiveA space-separated list of URIs for archives of resources for the object.
borderThe width of a border around the control, in pixels.
classidThe URI of the object's implementation. It can be used together with, or in place of, the data attribute.
codebaseThe base path used to resolve relative URIs specified by classid, data, or archive. If not specified, the default is the base URI of the current document.
codetypeThe content type of the data specified by classid.
dataThe address of the resource as a valid URL. At least one of data and type must be defined.
declareThe presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent <object> element. Repeat the <object> element completely each time the resource is reused.
formThe form element, if any, that the object element is associated with (its form owner). The value of the attribute must be an ID of a <form> element in the same document.
heightThe height of the displayed resource, as in <integer> in CSS pixels.
nameThe name of valid browsing context (HTML5), or the name of the control (HTML 4). The name becomes a property of the Window and Document objects, containing a reference to the embedded window or the element itself.
standbyA message that the browser can show while loading the object's implementation and data.
typeThe content type of the resource specified by data. At least one of data and type must be defined.
usemapA hash-name reference to a <map> element; that is a '#' followed by the value of a name of a map element.
widthThe width of the display resource, as in <integer> in CSS pixels.
If the video in the example fails to load, the user will be provided with an image as fallback content. The <img> tag is used to display an image. We include the src attribute set to the path to the image we want to embed. We also include the alt attribute, which provides the image with an accessible name. If the image also fails to load, the content of the alt attribute will be displayed.
| Flow content; phrasing content; embedded content, palpable content; if the element has a usemap attribute, interactive content; listed, submittable form-associated element. |
| zero or more <param> elements, then transparent. |
| None, both the starting and ending tag are mandatory. |
| Any element that accepts embedded content. |
| No corresponding role |
| application, document, img |
| HTMLObjectElement |
| HTML # the-object-element |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 24, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.