| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element/mtext | [Back] [Original] |
Get to know MDN better
This feature is well established and works across many devices and browser versions. Its been available across browsers since January 2023.
The <mtext> MathML element is used to render arbitrary text with no notational meaning, such as comments or annotations.
To display text with notational meaning, use <mi>, <mn>, <mo> or <ms> instead.
This element accepts the global MathML attributes.
<math display="block">
<mtext>Theorem of Pythagoras</mtext>
</math>
<math display="block">
<mtext>/* comment here */</mtext>
</math>
| Implicit ARIA role | None |
|---|
| Specification |
|---|
| MathML Core # text-mtext |
This page was last modified on Mar 13, 2025 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |