From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/mathml/element/msub/index.html | 83 +++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 files/fr/web/mathml/element/msub/index.html (limited to 'files/fr/web/mathml/element/msub') diff --git a/files/fr/web/mathml/element/msub/index.html b/files/fr/web/mathml/element/msub/index.html new file mode 100644 index 0000000000..d238453489 --- /dev/null +++ b/files/fr/web/mathml/element/msub/index.html @@ -0,0 +1,83 @@ +--- +title: +slug: Web/MathML/Element/msub +translation_of: Web/MathML/Element/msub +--- +
{{MathMLRef}}
+ +

L'élément MathML <msub> est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: <msub> base indice </msub>.

+ +

Attributes

+ +
+
class, id, style
+
Fournit pour être utilisé avec stylesheets.
+
href
+
Utilisé pour ajouter un hyperlien vers une URI.
+
mathbackground
+
La couleur d'arrière plan. Vous pouvez utiliser #rgb, #rrggbb et les noms de couleurs HTML.
+
mathcolor
+
La couleur du texte. Vous pouvez utiliser #rgb, #rrggbb et les noms de couleurs HTML.
+
subscriptshift
+
The minimum space by which to shift the subscript below the baseline of the expression, as a length value.
+
+ +

Example

+ +

Image fixe: x1

+ +

Rendu dans votre navigateur: X 1

+ +
<math>
+
+  <msub>
+    <mi>X</mi>
+    <mn>1</mn>
+  </msub>
+
+</math>
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }}{{ Spec2('MathML3') }}Spécification actuelle
{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }}{{ Spec2('MathML2') }}Spéficication initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("mathml.elements.msub")}}

+ +

Notes spécifiques à Gecko

+ + + +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf