Path: blob/main/files/en-us/web/mathml/element/munder/index.md
6532 views
------{{MathMLRef}}
The <munder> MathML element is used to attach an accent or a limit under an expression. It uses the following syntax: <munder> base underscript </munder>
Attributes
This element's attributes include the global MathML attributes as well as the following attribute:
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('munder_example', 700, 200, "", "") }}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{ MathMLElement("mover") }} (Overscript)
{{ MathMLElement("munderover") }} (Underscript-overscript pair)