--- title: slug: Web/MathML/Element/msup tags: - MathML - MathML 元素 - MathML 参考 translation_of: Web/MathML/Element/msup ---
{{MathMLRef}}

MathML <msup> 元素用于为表达式加上标。

语法如下:<msup> base superscript </msup>

属性

class, id, style
用来供样式表使用。
href
用来设置标签点击后跳转的链接。
mathbackground
用来设置背景色,可以使用 #rgb#rrggbb 或者 HTML 颜色名
mathcolor
用来设置文字颜色,同样可以使用 #rgb#rrggbb 或者 HTML 颜色名
superscriptshift {{deprecated_inline}}
用来设置上标相对于表达式的基线的最小距离,它是一个长度值
此属性已被弃用,且将在未来被删除。

例子

下述代码表示:x1

您的浏览器的渲染结果: X 2

<math>

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

</math>

规范

规范 状态 备注
{{ SpecName('MathML3', 'chapter3.html#presm.msup', 'msup') }} {{ Spec2('MathML3') }} Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msup', 'msup') }} {{ Spec2('MathML2') }} Initial specification

浏览器兼容性

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

Gecko说明

参见