files/en-us/web/mathml/reference/element/munderover/index.md
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>
This element's attributes include the global MathML attributes as well as the following attributes:
accent
<boolean> indicating whether the over script should be treated as an accent (i.e., drawn bigger and closer to the base expression).accentunder
<boolean> indicating whether the under script should be treated as an accent (i.e., drawn bigger and closer to the base expression).<math display="block">
<munderover>
<mo>∑</mo>
<mrow>
<mi>n</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow>
<mo>+</mo>
<mn>∞</mn>
</mrow>
</munderover>
</math>
{{ EmbedLiveSample('munderover_example', 700, 200, "", "") }}
{{Specifications}}
{{Compat}}