--- title: slug: Web/MathML/Element/msub translation_of: Web/MathML/Element/msub ---

{{MathMLRef()}}

MathML の <msub> 要素は式に下付きを付けるために用います。
構文は <msub> base subscript </msub> となります。

属性

class, id, style
Provided for use with stylesheets.
href
Used to set a hyperlink to a specified URI.
mathbackground
The background color. You can use #rgb, #rrggbb and HTML color names.
mathcolor
The text color. You can use #rgb, #rrggbb and HTML color names.
subscriptshift
下付き部分を本体のベースラインから下げる最小量を length value として指定します。

Sample rendering: x1

Rendering in your browser: X 1

<math>

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

</math>

ブラウザ毎の互換性

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

Gecko-specific notes

仕様

Specification Status Comment
{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }} {{ Spec2('MathML3') }} Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }} {{ Spec2('MathML2') }} Initial specification

See also