MathML
En d'autres termes
Mathematical Markup Language
Définition
Langage XML de description de formules mathématiques du W3C, ressemblant à une extension de HTML. Exemple de syntaxe: 
            
<mrow>
  <mrow>
    <msup> 
      <mi>x</mi> 
      <mn>2</mn> 
      </msup> 
    <mo>+</mo>
    <mrow>
      <mn>4</mn>
      <mo>&invisibletimes;</mo>
      <mi>x</mi>
      </mrow>
    <mo>+</mo>
    <mn>4</mn>
    </mrow>
  <mo>=</mo>
  <mn>0</mn>
  </mrow>
Début 2001, Amaya est le seul browser et éditeur généraliste implémentant MathML. Voir "Amaya".
 
