Creates an unordered list of items.
HTML Syntax
<MENU CLASS=classname ID=value LANG=language STYLE=css1-properties TITLE=text TYPE=DISC | CIRCLE | SQUARE event = script >
Remarks
The MENU element is a block element and requires a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
Example
This example uses the MENU element to create a menu with two items.
<MENU> <LI>This is the first item in the menu. <LI>And this is the second item in the menu. </MENU>