---
title: Referencia de elementos de MathML
slug: Web/MathML/Element
translation_of: Web/MathML/Element
original_slug: Web/MathML/Elemento
---
A continuación se muestra una lista alfabética de elementos de presentación en MathML.
La etiqueta de presentación es usada para describir la estructura y el diseño de la notación matemática mientras que la etiqueta de contenido proporciona el significado matemático subyacente y se supone que no se renderiza a través del parseador de MathML (ver {{ bug(276028) }}). Si quieres aprender más sobre la etiqueta de contenido deberías echar un vistazo al Capítulo 4 en la especificación de MathML 3.
math
- {{ MathMLElement("math") }} (Elemento raíz)
A
- {{ MathMLElement("maction") }} (Acciones enlazadas a sub-expresiones)
- {{ MathMLElement("maligngroup") }} (Grupo de alineación) {{ unimplemented_inline(122253) }}
- {{ MathMLElement("malignmark") }} (Puntos de alineación) {{ unimplemented_inline(122253) }}
E
- {{ MathMLElement("menclose") }} (Enclosed contents)
- {{ MathMLElement("merror") }} (Enclosed syntax error messages)
F
- {{ MathMLElement("mfenced") }} (Paréntesis)
- {{ MathMLElement("mfrac") }} (Fracción)
G
- {{ MathMLElement("mglyph") }} (Mostrar símbolos no estándar) {{ unimplemented_inline(297465) }}
I
- {{ MathMLElement("mi") }} (Identificador)
L
- {{ MathMLElement("mlabeledtr") }} (Fila etiquetada en una tabla o matriz) {{ unimplemented_inline(689641) }}
- {{ MathMLElement("mlongdiv") }} (Notación de la división larga) {{ unimplemented_inline(534967) }}
M
- {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)
N
- {{ MathMLElement("mn") }} (Número)
O
- {{ MathMLElement("mo") }} (Operador)
- {{ MathMLElement("mover") }} (Overscript)
P
- {{ MathMLElement("mpadded") }} (Espacio alrrededor del contenido)
- {{ MathMLElement("mphantom") }} (Contenido invisible con espacio reservado)
R
- {{ MathMLElement("mroot") }} (Radical con índice especificado)
- {{ MathMLElement("mrow") }} (Sub-expressiones agrupadas)
S
- {{ MathMLElement("ms") }} (String literal)
- {{ MathMLElement("mscarries") }} (Annotations such as carries) {{ unimplemented_inline(534967) }}
- {{ MathMLElement("mscarry") }} (Single carry, child element of {{ MathMLElement("mscarries") }}) {{ unimplemented_inline(534967) }}
- {{ MathMLElement("msgroup") }} (Grouped rows of {{ MathMLElement("mstack") }} and {{ MathMLElement("mlongdiv") }} elements) {{ unimplemented_inline(534967) }}
- {{ MathMLElement("msline") }} (Horizontal lines inside {{ MathMLElement("mstack") }} elements) {{ unimplemented_inline(534967) }}
- {{ MathMLElement("mspace") }} (Space)
- {{ MathMLElement("msqrt") }} (Square root without an index)
- {{ MathMLElement("msrow") }} (Rows in {{ MathMLElement("mstack") }} elements) {{ unimplemented_inline(534967) }}
- {{ MathMLElement("mstack") }} (Stacked alignment) {{ unimplemented_inline(534967) }}
- {{ 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)
Other elements