Path: blob/main/files/en-us/web/mathml/element/munderover/index.md
6546 views
------{{MathMLRef}}
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:
accent: A
<boolean>indicating whether the over script should be treated as an accent (i.e. drawn bigger and closer to the base expression).
accentunder: A
<boolean>indicating whether the under script should be treated as an accent (i.e. drawn bigger and closer to the base expression).
Examples
{{ EmbedLiveSample('munderover_example', 700, 200, "", "") }}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{ MathMLElement("munder") }} (Underscript)
{{ MathMLElement("mover") }} (Overscript)