"msubsup" - MathML Subscript-Superscript Element

Q

How to use the MathML Subscript-Superscript Element: "msubsup"?

✍: FYIcenter.com

A

"msubsup" is the MathML Subscript-Superscript Element that allows you to specify a base sub-element associated with a subscript sub-element and a superscript sub-element.

The syntax for "msubsup" element is:

<msubsup> base subscript superscript </msubsup>

Here is an example of using the "msubsup" element.

<math><msubsup><mo>∫</mo><mn>0</mn><mn>1</mn></msubsup>
  <mi>x</mi></math>
    01
      x

 

"munder" - MathML Underscript Element

"msup" - MathML Superscript Element

Complex MathML Elements

⇑⇑ MathML (Mathematical Markup Language)

2025-10-24, 430🔥, 0💬