files/en-us/web/api/mathmlelement/index.md
{{APIRef("MathML")}}
The MathMLElement interface represents any MathML element.
{{InheritanceDiagram}}
Also inherits properties from its parent, {{DOMxRef("Element")}}.
style attribute.data-* global attributes.style attribute.This interface also inherits methods from its parent, {{DOMxRef("Element")}}.
<math>
<msqrt>
<mi>x</mi>
</msqrt>
</math>
document.querySelector("msqrt").constructor.name; // MathMLElement
{{Specifications}}
{{Compat}}