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

{{MathMLRef()}}

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

属性

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.
superscriptshift
上付き部分を本体のベースラインから持ち上げる最小の量を length value. で指定します。

Sample rendering: x1

Rendering in your browser: X 2

<math>

  <msup>
    <mi>X</mi>
    <mn>2</mn>
  </msup>

</math>

ブラウザ毎の互換性

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

Gecko-specific notes

仕様

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

See also