"msub" - MathML Subscript Element

Q

How to use the MathML Subscript Element: "msub"?

✍: FYIcenter.com

A

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

The syntax for "msub" element is:

<msub> base subscript </msub>

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

<math><msub><mi>a</mi><mn>0</mn></msub><mo>+</mo>
  <msub><mi>a</mi><mn>1</mn></msub></math>
    a0+
      a1

 

"msup" - MathML Superscript Element

"mfrac" - MathML Fraction Element

Complex MathML Elements

⇑⇑ MathML (Mathematical Markup Language)

2025-03-29, 366🔥, 0💬