First off Lets start with Welcoming you to my Tutorial. This Tutorial is going to be on Making a Tabular Nav* Bar. *Navigation
Let's start off with the code.
Code
<table width="100%" cellspacing=0 cellpadding=5 border=0>
<tr>
<td width="20%" align="center" bgcolor="#76735F">
<span style="color: #ff0000"><a href="http://example.com/"/>Home</a></span>
</td>
<td width="20%" align="center" bgcolor="#76735F">
<span style="color: #ff0000"><a href="http://example.com/"/>Home</a></span>
</td>
<td width="20%" align="center" bgcolor="#76735F">
<span style="color: #ff0000"><a href="http://example.com/"/>Home</a></span>
</td>
<td width="20%" align="center" bgcolor="#76735F">
<span style="color: #ff0000"><a href="http://example.com/"/>Home</a></span>
</td>
<td width="20%" align="center" bgcolor="#76735F">
<span style="color: #ff0000"><a href="http://example.com/"/>Home</a></span>
</td>
</tr>
</table>
You can edit this code to your liking. Perhaps you don't like the Background Color? Well Take this code.
Go Here. To find a Color you like. Replace the "76735F" with the number of the color you chose. Don't forget if you don't change the link it won't take you to the page.
Have fun!