diff options
Diffstat (limited to 'files/fr/web/mathml/examples/index.md')
-rw-r--r-- | files/fr/web/mathml/examples/index.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/files/fr/web/mathml/examples/index.md b/files/fr/web/mathml/examples/index.md new file mode 100644 index 0000000000..1bc8593039 --- /dev/null +++ b/files/fr/web/mathml/examples/index.md @@ -0,0 +1,28 @@ +--- +title: Exemples +slug: Web/MathML/Examples +tags: + - Accueil + - Beginner + - Composing + - Débuttant + - Intro + - MathML +translation_of: Web/MathML/Examples +original_slug: Web/MathML/Exemples +--- +<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> |