We are building the TicTacToe example piece by piece. Here we are creating the game board. The board is a 3X3 table. To make the squares large enough, we use a CSS style property (bcell) to set the height and width of all TD tags in the board to 100 pixels. We need the as cell contents so the table will draw the borders. Next we will give the table cells names so we can find them.