--- 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

Specification Status Comment
{{ 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