Firefox Tomorrow

mathml element

<mtext>

View on MDN ↗

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

<math display="block">
  <mtext>Theorem of Pythagoras</mtext>
</math>

<math display="block">
  <mtext>/* comment here */</mtext>
</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.