diff options
Diffstat (limited to 'files/pt-br/web/mathml/examples/index.html')
-rw-r--r-- | files/pt-br/web/mathml/examples/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/pt-br/web/mathml/examples/index.html b/files/pt-br/web/mathml/examples/index.html new file mode 100644 index 0000000000..ac83b9e48a --- /dev/null +++ b/files/pt-br/web/mathml/examples/index.html @@ -0,0 +1,20 @@ +--- +title: Exemplos +slug: Web/MathML/Exemplos +translation_of: Web/MathML/Examples +--- +<p>Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web.</p> +<dl> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">Teorema de Pitágoras</a></dt> + <dd> + Pequeno exemplo mostrando a demostração do Teorema de Pitágoras.</dd> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">Solução da equação do segundo grau</a></dt> + <dd> + Linhas gerais de como descobrir a solução para equações do segundo grau.</dd> + <dt> + <a href="/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test">Testes para MathML</a></dt> + <dd> + Grande conjunto de tests para MathML.</dd> +</dl> |