asp.net.ph

Skip Navigation Links

MENU Element | MENU Object

Language References


Denotes a list of items, usually a list of links.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

Remarks

The MENU element displays a list of items. Like the UL element, MENU is used with the LI element to denote the individual items in the list.

MENU is typically used to provide a list of links.

This element has been deprecated in favor of the UL element.

Members

MENU Members

Example

The following shows how the MENU element may be used.

<menu>
   <li><a href="http://www.cnn.com">CNN</a>
   <li><a href="http://www.yahoo.com">Yahoo</a>
   <li><a href="http://www.msn.com">Microsoft Network</a>
</menu>

which would render on a Web page as

  • CNN
  • Yahoo
  • Microsoft Network
  • See Also

    DIR   LI   OL   UL   Using Lists in HTML



    © 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

    If you have any question, comment or suggestion
    about this site, please send us a note