I\'m looking to create a navigation menu with list items rendered in one line. How do I do this?
ul {display: inline;} ul li { list-style: none;display: inline;}