--- title: Navigation description: Foundation is bundled with many simple navigation patterns, which can be combined to form more complex, robust responsive navigation solutions. --- ## Basics: Menu The Menu is an all-purpose navigation component. It can be aligned horizontally or vertically, can be nested, and supports icons. [Learn more about the Menu.](menu.html) All menus use the `ul > li > a` pattern. The markup is a little strict, but this makes it easy to attach a navigation plugin to any menu, as you'll see below. Here's a basic Menu. ```html_example ``` --- To nest menus, add a new `