A menu is a user interface mechanism that provides the user a means to view and execute application operations. (Generic; please use platform and/or language tags when possible instead)
A menu is a user interface mechanism that provides the user a means to view and execute application operations. Menus can be simple lists, or can be hierarchical with sub-menus. Typical menu types include drop down menus that are accessed from a menu bar and context menus that are accessed by clicking on a control. Menus often have accelerator keys which provide the user a quick way to open a menu or execute a menu operation.
Definition and Usage
In HTML:-
- The
<menu>
tag defines a list/menu of commands. - The
<menu>
tag is used for context menus, toolbars and for listing form controls and commands.