How do I keep my links seperate with HTML format on my website?

its me

New member
Ok im building a website and im making a basic navigation bar with HTML. I tryed using </a> to end the link but doesnt seem to be working. here is the code im having issues with. I cleared the URLs in the link address for client privacy





<table style="position: absolute; top: 145px; left: -65px;" height="0" width="300"><tr><td>
<b><a href="URL GOES HERE"font size="4"><font color="#414141"><center>Home</a></center></font</font>
</tr></td></table>


</A>
<table style="position: absolute; top: 145px; left: 40px;" height="0" width="300"><tr><td>
<b><a href="URL GOES HERE"font size="4"><font color="#414141"><center>Contact Us</a></center></font></font>
</tr></td></table>
</A>

<table style="position: absolute; top: 145px; left: 145px;" height="0" width="300"><tr><td><b>
<a href="URL GOES HERE"font size="4"><font color="#414141"><center>Why Us</a></center></font</font>
</tr></td></table>
</A>


<table style="position: absolute; top: 145px; left: 245px;" height="0" width="300"><tr><td><b>
<a href="URL GOES HERE"font size="4"><font color="#414141"><center>Past Jobs</a></center></font</font>
</tr></td></table>


</A>
<table style="position: absolute; top: 145px; left: 335px;" height="0" width="300"><tr><td><b>
<a href="URL GOES HERE"font size="4"><font color="#414141"><center>Credibility</a></center></font</font>
</tr></td></table>
</A>
<table style="position: absolute; top: 7px; left: 425px;" height="300" width="300"><tr><td>
<b><a href="URL GOES HERE"font size="4"><font color="#414141"><center>Info</a></center></font></font>
</tr></td></table>


<table style="position: absolute; top: 145px; left: 525px;" height="0" width="300"><tr><td><b>
<a href="URL GOES HERE"font size="4"><font color="#414141"><center>Locations</a></center></font</font>
</tr></td></table>
</A>
 
Back
Top