Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.08 KB

File metadata and controls

49 lines (33 loc) · 1.08 KB
title slug l10n
<msup>
Web/MathML/Element/msup
sourceCommit
4d5e2c11f4b8cc32e54d2527d9576ed26ced9458

{{MathMLRef}}

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

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

属性

该元素的属性包括全局 MathML 属性和以下已弃用的属性:

  • superscriptshift {{deprecated_inline}} {{Non-standard_Inline}}
    • : {{cssxref("length-percentage")}} 值,表示上标基线向上移动的最小距离。

Note

对于 superscriptshift 属性,一些浏览器可能也会接受旧版 MathML 长度

示例

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

{{EmbedLiveSample('示例')}}

规范

{{Specifications}}

浏览器兼容性

{{Compat}}

参见

  • {{ MathMLElement("msub") }}(下标)
  • {{ MathMLElement("msubsup") }}(上下标)
  • {{ MathMLElement("mmultiscripts") }}(四角标,张量式标记)