<math>
HTML <math> Element Reference
The MathML <math> element embeds mathematical notation in an HTML document.
Categories
- Embedded content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical math element example.
<math>
<msup><mi>x</mi><mn>2</mn></msup>
</math>