28 lines
757 B
HTML
28 lines
757 B
HTML
<!DOCTYPE html>
|
|
<math>
|
|
<mspace id="baseline" height="1px" width="100px" style="background: black"/>
|
|
<mtable id="mtable">
|
|
<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>
|