The menu element represents a list of commands.
zero or more li elements, or flow content
context keyword is specified,
the element is declaring a context menu.toolbar keyword is specified,
the element is declaring a tool bar.any element that can contain flow elements
interface HTMLMenuElement : HTMLElement { attribute DOMString type; attribute DOMString label; };