HTML5中定义Mathml字符示例
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>MathML characters Examples</title> </head> <body> <h1>MathML Characters:-</h1> <math xmlns="http://www.w3.org/1998/Math/MathML"> <h2><mrow> <mrow> <msup> <mi>y</mi> <mn>2</mn> </msup> <mo>+</mo> <mrow> <mn>8</mn> <mi>y</mi> </mrow> <mo>+</mo> <mn>8</mn> </mrow> <mo>=</mo> <mn>0</mn> </mrow><h2> </math> </body> </html>
HTML5中的Mathml字符
- MathML是一个用于标记数学的XML词汇表。
- MathML字符是HTML5的一部分。
- MathML演示主要涉及描述数学表达式的布局。
日期:2020-04-11 23:04:05 来源:oir作者:oir