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)
Program running results :
The following examples add some operators:
php中文网(php.cn)
Program running results:
The following example is a 2×2 matrix, the effect can be viewed in Firefox 3.5 or above:
php中文网(php.cn)
Program running result:
##