xxxxxxxxxx
<html>
<head>
<meta charset="UTF-8">
<title>W3Cschool教程(w3cschool.cn)</title>
</head>
<body>
<!--Chrome浏览器 可能无法正常显示 MathML 标签-->
<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>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
</math>
</body>
</html>