I'm facing an issue with this particular HTML snippet not displaying when I view the file in Chrome or any other browser. Below is the code:
<!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>
Is there a way to create a more effective menu bar?