W3CAPI 实例工具箱
运行代码
源代码
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML5 MathML元素标签 二元二次方程显示实例</title> </head> <body> <div style="border:1px solid #0D5BB3; min-height: 120px;"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <msup><mi>2x</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>y</mi><mn>2</mn></msup> <mo>+</mo> <mrow> <mn>3</mn> <mo></mo> <mi>x</mi> <mi>y</mi> </mrow> <mo>+</mo> <!-- <mi>3xy</mi> <mo>+</mo> --> <mi>6x</mi> <mo>+</mo> <mi>2y</mi> <mo>=</mo> <mn>0</mn> </mrow> </math> </div> </body> </html>
运行结果
友情提示
您正在使用的浏览器为IE浏览器,或者使用了IE模式
如果你使用的是IE浏览器,建议您下载
360急速浏览器
/
火狐浏览器
/
Opera浏览器