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