<msub>
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,#rrggbbet les noms de couleurs HTML. - mathcolor
-
La couleur du texte. Vous pouvez utiliser
#rgb,#rrggbbet 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 (en-US).
Example
Image fixe:
Rendu dans votre navigateur:
html
<math>
<msub>
<mi>X</mi>
<mn>1</mn>
</msub>
</math>
Spécifications
| Specification |
|---|
| MathML Core # subscripts-and-superscripts-msub-msup-msubsup |
Compatibilité des navigateurs
BCD tables only load in the browser
Voir aussi
<msup> (en-US)(Superscript)<msubsup> (en-US)(Subscript-superscript pair)<mmultiscripts> (en-US)(Prescripts and tensor indices)