HTML5 MathML

What is MathML

MathML is a mathematical markup language, a standard based on XML (a subset of the Standard Generalized Markup Language), used in A markup language for writing mathematical symbols and formulas on the Internet.

HTML5 can use MathML elements in documents, and the corresponding tags are ... .

Note: Most browsers support the MathML tag. If your browser does not support this tag, you can use the latest version of Firefox or Safari browser to view it.


MathML Example

The following is a simple MathML example:

    php中文网(php.cn) 
a2 + b2 = c2

Program running results :

6.jpg


The following examples add some operators:

    php中文网(php.cn) 
x 2 + 4 x + 4 = 0

Program running results:

8.jpg


The following example is a 2×2 matrix, the effect can be viewed in Firefox 3.5 or above:

    php中文网(php.cn) 
A = x y z w

Program running result:

6.jpg





##

Continuing Learning
||
php中文网(php.cn)
a2 + b2 = c2
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!