files/en-us/web/api/htmlembedelement/index.md
{{APIRef("HTML DOM")}}
The HTMLEmbedElement interface provides special properties (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating {{HTMLElement("embed")}} elements.
[!NOTE] This topic describes the
HTMLEmbedElementinterface as defined in the standard. It does not address earlier, non-standardized version of the interface.
{{InheritanceDiagram}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
"left", "right", "center", and "justify".height HTML attribute, containing the displayed height of the resource.src HTML attribute, containing the address of the resource.type HTML attribute, containing the type of the resource.width HTML attribute, containing the displayed width of the resource.Also inherits methods from its parent interface, {{domxref("HTMLElement")}}.
{{Specifications}}
{{Compat}}