MathMLElement.msub constructor

MathMLElement.msub()

Creates a MathMLElement using the tag 'msub'.

Implementation

MathMLElement.msub()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'msub',
      );