Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/mathml/element/msqrt/index.md
6532 views
---
title: <msqrt> slug: Web/MathML/Element/msqrt browser-compat: mathml.elements.msqrt
---

{{MathMLRef}}

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>

{{ EmbedLiveSample('mspace_example', 700, 200, "", "") }}

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{ MathMLElement("mroot") }} (Radical with an index)