<mtext>
Baseline 2023
Newly available
Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
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.
Attributes
This element accepts the global MathML attributes.
Examples
html
<math display="block">
<mtext>Theorem of Pythagoras</mtext>
</math>
<math display="block">
<mtext>/* comment here */</mtext>
</math>
Technical summary
Implicit ARIA role | None |
---|
Specifications
Specification |
---|
MathML Core # text-mtext |
Browser compatibility
BCD tables only load in the browser