--- title: HTMLContentElement slug: Web/API/HTMLContentElement translation_of: Web/API/HTMLContentElement ---
{{ APIRef("Web Components") }}
{{Deprecated_header}}
The HTMLContentElement
interface represents a {{HTMLElement("content")}} HTML Element, which is used in Shadow DOM.
This interface inherits the properties of {{domxref("HTMLElement")}}.
<content>
element.This interface inherits the methods of {{domxref("HTMLElement")}}.
<content>
element. This feature is no longer defined by any standards.
{{Compat("api.HTMLContentElement")}}