ist ein Standard des W3C über eine auf XML basierende Auszeichnungssprache für komplexe mathematische Formeln in HTML oder XHTML.
Beispiel
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable>
<mtr>
<mtd>
<mtext>taller num</mtext>
</mtd>
<mtd>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mfrac>
<mi>h</mi>
<mi>x</mi>
</mfrac>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mrow>
<mo>(</mo>
<mfrac>
<mi>h</mi>
<mi>x</mi>
</mfrac>
<mo>)</mo>
</mrow>
<mn>2</mn>
</msup>
</mtd>
</mtr>
</mtable>
</math>
<!-- aus: MathML Test Suite -->
W3C - Technical Reports
{Mathematical Markup Language (MathML)
- http://www.w3.org/TR/MathML/}
{Mathematical Markup Language (MathML) Version 3
- http://www.w3.org/TR/MathML3/Overview.xml} (als XHTML+MathML-Dokument)
{A MathML for CSS Profile
- http://www.w3.org/TR/mathml-for-css/}
Weiterführende Links
{Math Home
- http://www.w3.org/Math/}
@ W3C
{MathML Test Suite
- http://www.w3.org/Math/testsuite/overview.html}
@ W3C
