Click to return to the DHTML, HTML     
MARQUEE Element | MARQUEE...     META Element | META Objec...     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

MENU Element | MENU Object


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>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.