docs.rodeo

MDN Web Docs mirror

{{MathMLRef}} 

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>.

Attributes

This element’s attributes include the global MathML attributes as well as the following deprecated attributes:

[!NOTE] For the subscriptshift and superscriptshift attributes, some browsers may also accept legacy MathML lengths.

Examples

<math display="block">
  <msubsup>
    <mo>&#x222B;<!--Integral --></mo>
    <mn>0</mn>
    <mn>1</mn>
  </msubsup>
</math>

{{EmbedLiveSample('Examples')}} 

Technical summary

Implicit ARIA role None

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN