Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The MathML <msubsup> 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

class, id, style
Provided for use with stylesheets.
href
Used to set a hyperlink to a specified URI.
mathbackground
The background color. You can use #rgb, #rrggbb and HTML color names.
mathcolor
The text color. You can use #rgb, #rrggbb and HTML color names.
subscriptshift
The minimum space by which to shift the subscript below the baseline of the expression, as a length value.
superscriptshift
The minimum space by which to shift the superscript above the baseline of the expression, as a length value.

Examples

Sample rendering: x1

Rendering in your browser: 0 1

<math displaystyle="true">   

  <msubsup>
    <mo> &#x222B;<!--Integral --> </mo>
    <mn> 0 </mn>
    <mn> 1 </mn>
  </msubsup>

</math>

Specifications

Specification Status Comment
MathML 3.0
The definition of 'msubsup' in that specification.
Recommendation Current specification
MathML 2.0
The definition of 'msubsup' in that specification.
Recommendation Initial specification

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support No support 1.0 (1.7 or earlier) No support No support 5.1
href No support 7.0 (7.0) No support No support No support
mathbackground No support 4.0 (2.0) No support No support 5.1
mathcolor No support 4.0 (2.0) No support No support 5.1
subscriptshift No support 1.0 (1.7 or earlier) No support No support No support
superscriptshift No support 1.0 (1.7 or earlier) No support No support No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support No support 1.0 (1.0) No support No support No support
href No support No support 7.0 (7.0) No support No support No support
mathbackground No support No support 4.0 (2.0) No support No support No support
mathcolor No support No support 4.0 (2.0) No support No support No support
subscriptshift No support No support 1.0 (1.0) No support No support No support
superscriptshift No support No support 1.0 (1.0) No support No support No support

Gecko-specific notes

  • Starting with Gecko 26.0 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23 / Firefox OS 1.2) it is no longer possible to use <none /> as a child element. The rendering has been made more consistent with equivalent configurations of <msup> and <mmultiscripts> and a bug with an incorrect application of subscriptshift and superscriptshift attributes has been fixed (see bug 827713 for details).

See also

Document Tags and Contributors

 Contributors to this page: Draussenduscher, fscholz, fred.wang, Sheppy, jswisher
 Last updated by: Draussenduscher,