Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

HTML Reference
Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

<MENU>

This element is used to define a single-column menu list. Most browsers will render this element the same way as an unordered list (UL)

Contained within the menu element should be a series of list item (LI) element indicating all of the options in the menu.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
TITLE A title that is associated with the element (displayed as a tooltip in Internet Explorer)
COMPACT [DEPRECATED] A hint to browsers that the menu should be rendered at a smaller size in order to save space on the page.

Example

<MENU>
<LI> Monday
<LI> Tuesday
<LI> Friday
</MENU>

Compatibility

This element is deprecated and should not be used

HTML 4.01

Return to HTML Tag Reference Overview

Orvado Technologies

ASP Nuke CMS
Free Open Source
Content Manager
HomeFix Boards
Home Remodeling
Message Boards

Contact Us | Contribute | About | Site Map



"True friends stab you in the front." - Oscar Wilde

©2007 Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.