<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Example 2: Basic Menu From Pure JavaScript</title>
<!-- Standard reset and fonts --> <link rel="stylesheet" type="text/css" href="./build/reset/reset.css"> <link rel="stylesheet" type="text/css" href="./build/fonts/fonts.css">
<!-- CSS for Menu --> <link rel="stylesheet" type="text/css" href="./build/menu/assets/menu.css">
<h1>Example 2: Basic Menu From Pure JavaScript <em>[<a href="index.html">Examples Home</a>]</em></h1> <p>This example demonstrates how to create a basic menu using nothing but JavaScript. The Menu API also supports building a menu like this <a href="example01.html">using existing markup</a>.</p>