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