diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/web/mathml/examples | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/web/mathml/examples')
-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> |