blob: 65b2ad10687a8590755a4d861049d007154bd1fa [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>table simple</title>
<meta charset="utf-8"/>
</head>
<style>
mtd {
padding: 0;
}
</style>
<body>
<math>
<mtable style="position: absolute; left: 0; top: 0;">
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="red"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="green"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="blue"/></mtd>
</mtr>
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="yellow"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="magenta"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="cyan"/></mtd>
</mtr>
<mtr>
<mtd><mspace width="2em" height="2em" mathbackground="#eee"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="grey"/></mtd>
<mtd><mspace width="2em" height="2em" mathbackground="black"/></mtd>
</mtr>
</mtable>
</math>
</body>
</html>