27 lines
692 B
HTML
27 lines
692 B
HTML
<!DOCTYPE html>
|
|
<math>
|
|
<mtable id="mtable" width="200px">
|
|
<mtr>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
</mtr>
|
|
<mtr>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
<mtd>
|
|
<mspace width="10px" height="10px" style="background: blue"/>
|
|
</mtd>
|
|
</mtr>
|
|
</mtable>
|
|
</math>
|