Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/mathml/element/index.md
6520 views
---
title: MathML element reference slug: Web/MathML/Element
---
{{MathMLRef}}

This is an alphabetical list of MathML elements. All of them implement the {{domxref("MathMLElement")}} class.

Note: As explained on the main MathML page, MDN uses MathML Core as a reference specification. However, legacy features that are still implemented by some browsers are also documented. You can find further details for these and other features in MathML 4.

MathML elements A to Z

math

  • {{MathMLElement("math")}} (Top-level element)

A

  • {{MathMLElement("maction")}} (Bound actions to sub-expressions)

  • {{MathMLElement("annotation")}} (Data annotations)

  • {{MathMLElement("annotation-xml")}} (XML annotations)

E

  • {{MathMLElement("menclose")}} (Enclosed contents)

  • {{MathMLElement("merror")}} (Enclosed syntax error messages)

F

  • {{MathMLElement("mfenced")}} (Parentheses) {{deprecated_inline}}

  • {{MathMLElement("mfrac")}} (Fraction)

I

  • {{MathMLElement("mi")}} (Identifier)

M

  • {{MathMLElement("mmultiscripts")}} (Prescripts and tensor indices)

N

  • {{MathMLElement("mn")}} (Number)

O

  • {{MathMLElement("mo")}} (Operator)

  • {{MathMLElement("mover")}} (Overscript)

P

  • {{MathMLElement("mpadded")}} (Space around content)

  • {{MathMLElement("mphantom")}} (Invisible content with reserved space)

  • {{MathMLElement("mprescripts")}} (delimiter for prescripts)

R

  • {{MathMLElement("mroot")}} (Radical with specified index)

  • {{MathMLElement("mrow")}} (Grouped sub-expressions)

S

  • {{MathMLElement("ms")}} (String literal)

  • {{MathMLElement("semantics")}} (Container for semantic annotations)

  • {{MathMLElement("mspace")}} (Space)

  • {{MathMLElement("msqrt")}} (Square root without an index)

  • {{MathMLElement("mstyle")}} (Style change)

  • {{MathMLElement("msub")}} (Subscript)

  • {{MathMLElement("msup")}} (Superscript)

  • {{MathMLElement("msubsup")}} (Subscript-superscript pair)

T

  • {{MathMLElement("mtable")}} (Table or matrix)

  • {{MathMLElement("mtd")}} (Cell in a table or a matrix)

  • {{MathMLElement("mtext")}} (Text)

  • {{MathMLElement("mtr")}} (Row in a table or a matrix)

U

  • {{MathMLElement("munder")}} (Underscript)

  • {{MathMLElement("munderover")}} (Underscript-overscript pair)

MathML elements by category

Top-level elements

  • {{MathMLElement("math")}}

Token elements

  • {{MathMLElement("mi")}}

  • {{MathMLElement("mn")}}

  • {{MathMLElement("mo")}}

  • {{MathMLElement("ms")}}

  • {{MathMLElement("mspace")}}

  • {{MathMLElement("mtext")}}

General layout

  • {{MathMLElement("menclose")}}

  • {{MathMLElement("merror")}}

  • {{MathMLElement("mfenced")}} {{deprecated_inline}}

  • {{MathMLElement("mfrac")}}

  • {{MathMLElement("mpadded")}}

  • {{MathMLElement("mphantom")}}

  • {{MathMLElement("mroot")}}

  • {{MathMLElement("mrow")}}

  • {{MathMLElement("msqrt")}}

  • {{MathMLElement("mstyle")}}

Script and limit elements

  • {{MathMLElement("mmultiscripts")}}

  • {{MathMLElement("mover")}}

  • {{MathMLElement("mprescripts")}}

  • {{MathMLElement("msub")}}

  • {{MathMLElement("msubsup")}}

  • {{MathMLElement("msup")}}

  • {{MathMLElement("munder")}}

  • {{MathMLElement("munderover")}}

Tabular math

  • {{MathMLElement("mtable")}}

  • {{MathMLElement("mtd")}}

  • {{MathMLElement("mtr")}}

Uncategorized elements

  • {{MathMLElement("maction")}}

Semantic annotations

  • {{MathMLElement("annotation")}}

  • {{MathMLElement("annotation-xml")}}

  • {{MathMLElement("semantics")}}

See also