<MENU>
The <MENU> Tag is also used for lists and the <LI> Tag goes inside. <MENU> acts much like <DIR> and <UL>. I
recommend using <UL>, it's the most-widely used and supported.

<menu>
<li>Menu List 1</li>
<li>Menu List 2</li>
<li>Menu List 3</li>
<li>Menu List 4</li>
</menu>
|