W3CAPI 实例工具箱
运行代码
源代码
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <div style="border:1px solid #0D5BB3; min-height: 120px;"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mi>A</mi> <mo>=</mo> <mfenced open="[" close="]"> <mtable> <mtr> <mtd><mi>x</mi></mtd> <mtd><mi>y</mi></mtd> </mtr> <mtr> <mtd><mi>k</mi></mtd> <mtd><mi>z</mi></mtd> </mtr> </mtable> </mfenced> </mrow> </math> </div> </body> </html>
运行结果