<center> </center>
<div id="nav"> <ul> <li><a href="#">One</a></li> <li><a href="#">Two</a></li> <li><a href="#">Three</a></li> <li><a href="#">Four</a></li> </ul></div>
#nav{ margin: 0 auto; text-alignment: center;}#nav ul, li{ display:inline;}#nav ul{ list-style-type: none;}
<center>
Thanks! :)
I made an example for you:
http://www.cssdesk.com/LM8Aw
This requires a width however. With navigation if you want to center it there will be issues in the future if you try to add more links.
Hope that helped!
HTML
CSS
Why even mention the tag? It's obsolete and is not even part of the HTML5 spec