prev | ( testsuite > Topics > Nesting > nestTable1 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Topics/Nesting/nestTable1 |
CVS-ID: | |
Author: | Design Science, Inc. (D. Doyle) |
Description: | Testing nesting of tables |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mtable frame="solid" framespacing="4em 4em"> <mtr> <mtd> <mtable> <mtr> <mtd> <mi>x</mi> </mtd> </mtr> </mtable> </mtd> </mtr> </mtable> </math>