源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HTML5 MathML | Fmpq教程(fmpq.com)</title> </head> <body> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> <mo>=</mo> <msup><mi>c</mi><mn>2</mn></msup> </mrow> </math> </body> </html>
运行结果:
Fmpq工具