"msup" - MathML Superscript Element

Q

How to use the MathML Superscript Element: "msup"?

✍: FYIcenter.com

A

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

The syntax for "msup" element is:

<msup> base subscript </msup>

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

<math><mi>E</mi><mo>=</mo><mi>m</mi><mo>⁢</mo>
  <msup><mi>c</mi><mn>2</mn></msup></math>
    E=m
      c2

 

"msubsup" - MathML Subscript-Superscript Element

"msub" - MathML Subscript Element

Complex MathML Elements

⇑⇑ MathML (Mathematical Markup Language)

2025-03-29, 446🔥, 0💬