<MENU></MENU>

Contains a list of items


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Used to mark up a section of text to be displayed like a menu.

   <html>
        <head>
        <title>Menu listing of site</title>
        </head>
        <body>
           .
           .
==>>      <menu>
       <li>Elvis Memorial Page</li>
        <li>Mick Jagger's Geritol Ad</li>
==>>      </menu>
          .
           .
        </body>
        </html>

This is one of the original tags used in HTML. The browser writers never really took the recommendation of the specification to display this as a multi-column menu. Instead they treat it the same as a ul (unordered list). So there you have it.

HTML 3.2 Final

    Nothing more to add.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:36 -0500
URL: ./htmlgd/tagmenu.html