HTML 5 <menu> Tag
Example
A menu list:
<menu>
<li><input type="checkbox" />Red</li>
<li><input type="checkbox" />blue</li>
</menu> |
Try it yourself »
|
Definition and Usage
The <menu> tag defines a menu list. Use this when you wish to list form
controls.
Differences Between HTML 4.01 and HTML 5
The menu element is deprecated in HTML 4.01.
The menu element is redefined in HTML 5, and used to list form controls.
Tips and Notes
Tip: Use CSS to style menu lists.
Attributes
| Attribute |
Value |
Description |
| label |
menulabel |
Defines a visible label for the menu |
| type |
context
toolbar
list |
Defines which type of menu to display.
Default value is "list". |
Standard Attributes
| class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title |
For a full description, go to Standard Attributes in HTML 5.
Event Attributes
| onabort, onbeforeunload, onblur, onchange, onclick,
oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave,
ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress,
onkeyup, onload, onmessage, onmousedown, onmousemove,
onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect,
onsubmit, onunload |
For a full description, go to Event Attributes in HTML 5.
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|