mathml element
<msqrt>
The <msqrt> MathML element is used to display square roots (no index is displayed). The square root accepts only one argument, which leads to the following syntax: <msqrt> base </msqrt>.
Attributes
This element accepts the global MathML attributes.
Examples
<math display="block">
<msqrt>
<mi>x</mi>
</msqrt>
</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
mroot(Radical with an index)