Mathematical expressions in MathML.

Mathematical Markup Language (MathML) is the W3C standard for mathematical expressions in HTML5, marked up in the same SGML based structure (MathML is an XML application) of elements with begin and end tags like in HTML. There are two types of MathML: Presentation MathML and Content MathML. We concentrate on Presentation MathML because whatever browser support, it is support of Presentation MathML.

Pros:

Cons:

Examples

The Quadratic Formula: x = b ± b 2 4 a c 2 a .