For some reason this little bit of HTML won't show up when I open the file in Chrome, or any other browser for that matter. The code is shown below:
<!DOCTYPE html>
<html>
<head>
<title>
#
<title>
<style>
</style>
</head>
<body>
<table>
<tr>
<tb><a href="#">Home</a></tb>
<tb><a href="#">About</a></tb>
<tb><a href="#">Freelance</a></tb>
<tb><a href="#">Contact</a></tb>
<tr>
</table>
</body>
</html>
With that, does anyone know how to make a better menu bar?