diff options
Diffstat (limited to 'files/es/web/mathml/examples/index.html')
-rw-r--r-- | files/es/web/mathml/examples/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/es/web/mathml/examples/index.html b/files/es/web/mathml/examples/index.html new file mode 100644 index 0000000000..0bbd27bf96 --- /dev/null +++ b/files/es/web/mathml/examples/index.html @@ -0,0 +1,24 @@ +--- +title: Examples +slug: Web/MathML/Examples +tags: + - MathML + - NeedsTranslation + - TopicStub +translation_of: Web/MathML/Examples +--- +<p>Below you'll find some examples you can look at to help you to understand how to use MathML to display increasingly complex mathematical concepts in Web content.</p> +<dl> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">Pythagorean Theorem</a></dt> + <dd> + Small example showing a proof of the Pythagorean Theorem.</dd> + <dt> + <a href="/en-US/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">Deriving the Quadratic Formula</a></dt> + <dd> + Outlines the derivation of the Quadratic Formula.</dd> + <dt> + <a href="/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test">MathML Torture Test</a></dt> + <dd> + Large set of test markup.</dd> +</dl> |