---
title: Referência de elementos MathML
slug: Web/MathML/Element
tags:
- MathML
- Referência de MathML
translation_of: Web/MathML/Element
---
{{MathMLRef}}
Isto é uma lista alfabética de elementos de presentação MathML.
O termo presentation markup é usado para descrever o layout da estrutura da notação matemática enquanto content markup oferece o significado matemático e não é suposto ser visualizado pelo processador MathML (veja {{ bug(276028) }}). Se deseja aprender mais sobre content markup deve ver Chapter 4 no MathML 3 specification.
Elementos MathML implementam a classe {{domxref("MathMLElement")}}.
Elementos de apresentação MathML de A a Z
math
- {{MathMLElement("math")}} (Elemento de raiz)
A
- {{MathMLElement("maction")}} (Ações associadas a subexpressões)
- {{MathMLElement("maligngroup")}} (Grupo de alinhamento)
- {{MathMLElement("malignmark")}} (Pontos de alinhamento)
E
- {{MathMLElement("menclose")}} (Conteúdos enclausurados)
- {{MathMLElement("merror")}} (Conteúdos enclausurados de sintaxe de mensagens de erro)
F
- {{MathMLElement("mfenced")}} (Parênteses) {{deprecated_inline}}
- {{MathMLElement("mfrac")}} (Fração)
G
- {{MathMLElement("mglyph")}} (Apresentar símbolos não standard)
I
- {{MathMLElement("mi")}} (Identificador)
L
- {{MathMLElement("mlabeledtr")}} (Fila marcada numa tabela ou matriz)
- {{MathMLElement("mlongdiv")}} (Notação de divisão longa)
M
- {{MathMLElement("mmultiscripts")}} (Prescripts e índices de tensores)
N
- {{MathMLElement("mn")}} (Numero)
O
- {{MathMLElement("mo")}} (Operador)
- {{MathMLElement("mover")}} (Overscript)
P
- {{MathMLElement("mpadded")}} (Espaço à volta de conteúdo)
- {{MathMLElement("mphantom")}} (Conteúdo invisível com espaço reservado)
R
- {{MathMLElement("mroot")}} (Radical com índice especidicado)
- {{MathMLElement("mrow")}} (Sub-expressõs agrupadas)
S
- {{MathMLElement("ms")}} (String literal)
- {{MathMLElement("mscarries")}} (Anotações como carries)
- {{MathMLElement("mscarry")}} (Carry, elemento pertencente a {{MathMLElement("mscarries")}})
- {{MathMLElement("msgroup")}} (Filas agrupadas dos elementos {{MathMLElement("mstack")}} e {{MathMLElement("mlongdiv")}})
- {{MathMLElement("msline")}} (Linhas horizontais dentro de elementos {{MathMLElement("mstack")}})
- {{MathMLElement("mspace")}} (Espaço)
- {{MathMLElement("msqrt")}} (Raiz quadrada sem índice)
- {{MathMLElement("msrow")}} (Filas dentro de elementos {{MathMLElement("mstack")}})
- {{MathMLElement("mstack")}} (Alinhamento em pilha)
- {{MathMLElement("mstyle")}} (Mudar estilo)
- {{MathMLElement("msub")}} (Subscript)
- {{MathMLElement("msup")}} (Superscript)
- {{MathMLElement("msubsup")}} (Par de subscript-superscript)
T
- {{MathMLElement("mtable")}} (Tabela ou matriz)
- {{MathMLElement("mtd")}} (Célula numa tabela ou matriz)
- {{MathMLElement("mtext")}} (Texto)
- {{MathMLElement("mtr")}} (Fila numa tabela ou matriz)
U
- {{MathMLElement("munder")}} (Underscript)
- {{MathMLElement("munderover")}} (Par de underscript-overscript)
Outros elementos
Elementos de apresentação MathML por categoria
Elementos de raiz
- {{MathMLElement("math")}}
Elementos token
- {{MathMLElement("mglyph")}}
- {{MathMLElement("mi")}}
- {{MathMLElement("mn")}}
- {{MathMLElement("mo")}}
- {{MathMLElement("ms")}}
- {{MathMLElement("mspace")}}
- {{MathMLElement("mtext")}}
Layout geral
- {{MathMLElement("menclose")}}
- {{MathMLElement("merror")}}
- {{MathMLElement("mfenced")}} {{deprecated_inline}}
- {{MathMLElement("mfrac")}}
- {{MathMLElement("mpadded")}}
- {{MathMLElement("mphantom")}}
- {{MathMLElement("mroot")}}
- {{MathMLElement("mrow")}}
- {{MathMLElement("msqrt")}}
- {{MathMLElement("mstyle")}}
Elementos de script e limite
- {{MathMLElement("mmultiscripts")}}
- {{MathMLElement("mover")}}
- {{MathMLElement("mprescripts")}}
- {{MathMLElement("msub")}}
- {{MathMLElement("msubsup")}}
- {{MathMLElement("msup")}}
- {{MathMLElement("munder")}}
- {{MathMLElement("munderover")}}
- {{MathMLElement("none")}}
Matemática tabular
- {{MathMLElement("maligngroup")}}
- {{MathMLElement("malignmark")}}
- {{MathMLElement("mlabeledtr")}}
- {{MathMLElement("mtable")}}
- {{MathMLElement("mtd")}}
- {{MathMLElement("mtr")}}
Matemática elementar
- {{MathMLElement("mlongdiv")}}
- {{MathMLElement("mscarries")}}
- {{MathMLElement("mscarry")}}
- {{MathMLElement("msgroup")}}
- {{MathMLElement("msline")}}
- {{MathMLElement("msrow")}}
- {{MathMLElement("mstack")}}
Elementos sem categoria
- {{MathMLElement("maction")}}
Anotações semânticas
Ver também