mathml element
<mroot>
The <mroot> MathML element is used to display roots with an explicit index. Two arguments are accepted, which leads to the syntax: <mroot> base index </mroot>.
Attributes
This element accepts the global MathML attributes.
Examples
<math display="block">
<mroot>
<mi>x</mi>
<mn>3</mn>
</mroot>
</math>
Interactive exampleOpen the canonical MDN source to run this embedded demo.
Technical summary
| Implicit ARIA role | None |
|---|
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
msqrt(Square root without an index)