The HTMLMenuElement interface provides additional properties (beyond those inherited from the HTMLElement interface) for manipulating a <menu> element. <menu> is a semantic alternative to the <ul> element.
Inherits properties from its parent, HTMLElement, and its ancestors.
A boolean determining if the menu displays compactly.
Inherits methods from its parent, HTMLElement, and its ancestors.
HTMLMenuElement doesn't implement specific methods.