<msup>

<msup> MathML 元素用於將上標附加到表示式。

它使用以下語法:<msup> base superscript </msup>

屬性

此元素的屬性包括全域性 MathML 屬性以及以下已棄用的屬性

superscriptshift 已棄用 非標準

一個<length-percentage>,指示將上標基線向上移動的最小量。

注意:對於superscriptshift屬性,某些瀏覽器也可能接受舊版 MathML 長度

示例

html
<math display="block">
  <msup>
    <mi>X</mi>
    <mn>2</mn>
  </msup>
</math>

規範

規範
MathML Core
# subscripts-and-superscripts-msub-msup-msubsup

瀏覽器相容性

BCD 表格僅在啟用 JavaScript 的瀏覽器中載入。

另請參閱