prev  ( testsuite > Presentation > CSS > mtable > mtable-01  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mtable/mtable-01
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Right hand side of equation should look like mirrored copy of left hand side

Sample Rendering:

Created by:

Your browser's rendering:

H T U = H T U

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mtable frame="solid">
<mtr><mtd><mi mathvariant="normal">H</mi></mtd></mtr>
<mtr><mtd><mi mathvariant="normal">T</mi></mtd></mtr>
<mtr><mtd><mi mathvariant="normal">U</mi></mtd></mtr>
</mtable>
<mo>=</mo>
<mtable frame="solid">
<mtr><mtd><mi mathvariant="normal">H</mi></mtd></mtr>
<mtr><mtd><mi mathvariant="normal">T</mi></mtd></mtr>
<mtr><mtd><mi mathvariant="normal">U</mi></mtd></mtr>
</mtable>
</math>