HTML <menu> element


<menu> tag defines a menu list.

<menu>
<li><input type=radio>Apple
<li><input type=radio>Peach
<li><input type=radio>Orange
</menu>

  • Apple
  • Peach
  • Orange


  • Attributes of <menu> tag:
    AttributeDescription
    label label of the menu
    type including context, toolbar and list, the default is list