topical media & game development
basic-web-html-appendix-ai-eg10.htm / htm
<html>
<head>
<title>Example of the <center> Element</title>
</head>
<body>
<h2>Example of the <center> Element</h2>
<center>
Anything inside a <center> element is centered on the page, or within its containing element.<br /><br />
<table width="600" border="1">
<tr>
<td>Cells whose content is written inside a <center> will be centered within the cell, like the one to the right.</td>
<td><center>This cell's content should be centered.</td>
</tr>
<tr>
<td><center>This cell's content should be centered.</td>
<td>Cells whose content is written inside a <center> will be centered within the cell, like the one to the left.</td>
</tr>
</table>
</center>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.