<munderover>
The <munderover>
MathML element is used to attach accents or limits both under and over an expression.
It uses the following syntax: <munderover> base underscript overscript </munderover>
Attributes
This element's attributes include the global MathML attributes as well as the following attributes:
Examples
html
<math display="block">
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow>
<mo>+</mo>
<mn>∞</mn>
</mrow>
</munderover>
</math>
Specifications
Specification |
---|
MathML Core # underscripts-and-overscripts-munder-mover-munderover |
Browser compatibility
BCD tables only load in the browser