CornerTop
Side Body

Introduction to HTML - Part 12 (Layout)

Now, with the table layout in place, you can start filling in other parts of the table. For instance, you can fill in the side with links

<td bgcolor="#e0e0e0">
Side
<p>
<a href="html1.html">Introduction</a><br>
<a href="html2.html">Tags </a><br>
<a href="html3.html">Lists </a><br>
<a href="html4.html">Paragraphs </a><br>
<a href="html5.html">Miscellaneous </a><br>
<a href="html6.html">Attributes </a><br>
<a href="html7.html">Links </a><br>
<a href="html8.html">Images </a><br>
<a href="html9.html">Tables</a><br>
<a href="html10.html">Layout</a><br>
</td>

Next