Back to Content

HTMLSpanElement

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

latest643 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLSpanElement interface represents a {{HTMLElement("span")}} element and derives from the {{DOMxRef("HTMLElement")}} interface, but without implementing any additional properties or methods.

{{InheritanceDiagram}}

Instance properties

This interface has no properties, but inherits properties from: {{DOMxRef("HTMLElement")}}.

Instance methods

This interface has no methods, but inherits methods from: {{DOMxRef("HTMLElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • The HTML element implementing this interface: {{HTMLElement("span")}}.