files/en-us/web/api/htmlobjectelement/index.md
{{ APIRef("HTML DOM") }}
The HTMLObjectElement interface provides special properties and methods (beyond those on the {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating the layout and presentation of {{HTMLElement("object")}} element, representing external resources.
{{InheritanceDiagram}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
"left", "right", "justify", and "center".archive HTML attribute, containing a list of archives for resources for this object.border HTML attribute, specifying the width of a border around the object.codebase HTML attribute, specifying the base path to use to resolve relative URIs.codetype HTML attribute, specifying the content type of the data.null.null.data HTML attribute, specifying the address of a resource's data.declare HTML attribute, indicating that this is a declaration, not an instantiation, of the object.height HTML attribute, specifying the displayed height of the resource in CSS pixels.long representing the horizontal space in pixels around the control.name HTML attribute, specifying the name of the browsing context.standby HTML attribute, specifying a message to display while the object loads.type HTML attribute, specifying the MIME type of the resource.usemap HTML attribute, specifying a {{HTMLElement("map")}} element to use.willValidate is false), or it satisfies its constraints.long representing the horizontal space in pixels around the control.width HTML attribute, specifying the displayed width of the resource in CSS pixels.false for HTMLObjectElement objects.Inherits methods from its parent, {{domxref("HTMLElement")}}.
true because {{HTMLElement("object")}} elements are never candidates for constraint validation.true because {{HTMLElement("object")}} elements are never candidates for constraint validation.{{Specifications}}
{{Compat}}