<!-- I HEREBY WRITE AN HTML DOCUMENT. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>1 WAY FOR 3X3 WITH 9 CELLS</title>
</head>
<body>
<!-- 1 WAY FOR "3 X 3." TABLE 1. -->
<!-- 1 WAY FOR "3 X 3" WHICH CONSISTS OF 9 CELLS. TABLE 1. -->
<!-- TABLE 1: 3 CELLS. 3 CELLS. 3 CELLS. -->
<table border="1" summary="TABLE 1">
<tr><td>CELL</td><td>CELL</td><td>CELL</td></tr>
<tr><td>CELL</td><td>CELL</td><td>CELL</td></tr>
<tr><td>CELL</td><td>CELL</td><td>CELL</td></tr>
</table>
</body>
</html>
<!-- I HAVE WRITTEN AN HTML DOCUMENT. -->