Creating a Horizontal menu

In my opinion, this is a CSS-only question.

You have to provide the <li> elements in your menu with the CSS style display: inline; (or ‘inline-block’).