<menu> Tag Attributes

Attributes of the <menu> tag
global attributes In addition to the personal attributes of the <menu> tag below, any of the common HTML attributes can also be coded.
label The label attribute
type="context"
type="toolbar"
The type attribute is optional and indicates the type of menu. When omitted, the menu is simply a list of commands. type="context" is used to create a pop-up context menu. The user can typically display the context menu by clicking the second mouse button. type="toolbar" is used to create a tool bar.