Back to Content

HTMLUnknownElement

files/en-us/web/api/htmlunknownelement/index.md

latest540 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLUnknownElement interface represents an invalid HTML element and derives from the {{DOMxRef("HTMLElement")}} interface, but without implementing any additional properties or methods.

{{InheritanceDiagram}}

Instance properties

No specific property; inherits properties from its parent, {{DOMxRef("HTMLElement")}}.

Instance methods

No specific method; inherits methods from its parent, {{DOMxRef("HTMLElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}