htmlmenutag HTML Menu tag The menu list element display a list of items,one item per line. the menu list style is more compact than the style of an unordered list . Example for HTML Menu tag <menu><li> HTML tutorials</li><li>PHP tutorials</li><li>MYSQL tutorials</li></menu>