MathMLElement.ms constructor
MathMLElement.ms()
Creates a MathMLElement using the tag 'ms'.
Implementation
MathMLElement.ms()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'ms',
);