diff options
Diffstat (limited to 'files/fr/web/mathml/examples/index.html')
-rw-r--r-- | files/fr/web/mathml/examples/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/fr/web/mathml/examples/index.html b/files/fr/web/mathml/examples/index.html new file mode 100644 index 0000000000..c3614e43b5 --- /dev/null +++ b/files/fr/web/mathml/examples/index.html @@ -0,0 +1,27 @@ +--- +title: Exemples +slug: Web/MathML/Exemples +tags: + - Accueil + - Beginner + - Composing + - Débuttant + - Intro + - MathML +translation_of: Web/MathML/Examples +--- +<p>Cette rubrique rassemble des exemples pour vous aider à comprendre comment utiliser MathML dans l'affichage des formules mathématiques complexes au sein de vos pages Web.</p> +<dl> + <dt> + <a href="/fr/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">Théorème de Pythagore</a></dt> + <dd> + Petit exemple de démonstration du théorème de Pythagore.</dd> + <dt> + <a href="/fr/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">Résolution de l'équation quadratique</a></dt> + <dd> + Étapes de la résolution de l'équation quadratique.</dd> + <dt> + <a href="/fr/docs/Mozilla/MathML_Project/MathML_Torture_Test">Tests de rendu MathML</a></dt> + <dd> + Un ensemble test de rendu de formules.</dd> +</dl> |