As mentioned in the past part on pictures, you can use the flow residence to cause a desk to be arranged to the right or eventually left of any around textual content. If only one desk prevails on the site, you can even use the desk tag as your selector, like that provided next:
table {float: right;}
The following representation reveals our tic-tac-toe desk arranged to the right of the screen, with textual content streaming around it on the eventually left. The finish resource of the site is also right here to give you a better idea how the design piece impacts the desk design.
<tr>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td>XXX</td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
</tr>
<tr>
<td>XXX</td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td>XXX</td>
</tr>
<tr>
<td>XXX</td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td>XXX</td>
</tr>
</table>
</head>
<body>
<table>
<tr>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td><img src="images/x.gif" alt="X" width="19" height="19" /></td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
</tr>
<tr>
<td><img src="images/x.gif" alt="X" width="19" height="19" /></td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td><img src="images/x.gif" alt="X" width="19" height="19" /></td>
</tr>
<tr>
<td><img src="images/x.gif" alt="X" width="19" height="19" /></td>
<td><img src="images/o.gif" alt="O" width="19" height="19" /></td>
<td><img src="images/x.gif" alt="X" width="19" height="19" /></td>
</tr>
</table>
<h1>Tic-Tac-Toe</h1>
<p>There are many places online where you can play tic-tac-toe, either
by yourself or with other Web users. Visit <a href="http://dir.yahoo.
com/Recreation/Games/Puzzles/Tic_Tac_Toe/">Yahoo Games</a> for a list
of some hot tic-tac-toe games.</p>
<p>A game like this one, in which no one wins, is often called a cat's
game. There are many theories as to why it is called that, but my
personal favorite is this: In many other games it is called a scratch
game when no one wins. Since cats scratch, you can see where the
phrase "cat's game" might have originated.</p>
</body>
</html>



0 comments:
Post a Comment