files/en-us/web/mathml/reference/element/msubsup/index.md
The <msubsup> MathML element is used to attach both a subscript and a superscript, together, to an expression.
It uses the following syntax: <msubsup> base subscript superscript </msubsup>.
This element's attributes include the global MathML attributes as well as the following deprecated attributes:
subscriptshift {{deprecated_inline}} {{Non-standard_Inline}}
superscriptshift {{deprecated_inline}} {{Non-standard_Inline}}
[!NOTE] For the
subscriptshiftandsuperscriptshiftattributes, some browsers may also accept legacy MathML lengths.
<math display="block">
<msubsup>
<mo>∫<!--Integral --></mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
</math>
{{EmbedLiveSample('Examples')}}
{{Specifications}}
{{Compat}}