<msubsup>
<msubsup> MathML 元素用於同時為表示式附加下標和上標。
它的語法如下:<msubsup> base subscript superscript </msubsup>。
屬性
此元素的屬性包括 全域性 MathML 屬性以及以下已棄用的屬性
subscriptshift已棄用 不標準-
一個
<length-percentage>值,表示下標基線向下移動的最小量。 superscriptshift已棄用 不標準-
一個
<length-percentage>值,表示上標基線向上移動的最小量。
注意: 對於 subscriptshift 和 superscriptshift 屬性,某些瀏覽器也可能接受 舊版 MathML 長度。
示例
html
<math display="block">
<msubsup>
<mo>∫<!--Integral --></mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
</math>
技術摘要
| 隱式 ARIA 角色 | None |
|---|
規範
| 規範 |
|---|
| MathML Core # subscripts-and-superscripts-msub-msup-msubsup |
瀏覽器相容性
載入中…
另見
<msub>(下標)<msup>(上標)<mmultiscripts>(字首和張量索引)