W3Schools.com

HTML5 <menu> Tag

Example

A toolbar with two menu buttons on it ("File" and "Edit"), each of which has a dropdown menu with a series of options:

<menu type="toolbar">
<li>
<menu label="File">
<button type="button" onclick="file_new()">New...</button>
<button type="button" onclick="file_open()">Open...</button>
<button type="button" onclick="file_save()">Save</button>
</menu>
</li>
<li>
<menu label="Edit">
<button type="button" onclick="edit_cut()">Cut</button>
<button type="button" onclick="edit_copy()">Copy</button>
<button type="button" onclick="edit_paste()">Paste</button>
</menu>
</li>
</menu>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <menu> tag is not currently supported in any of the major browsers.


Definition and Usage

The <menu> tag defines a list/menu of commands.

The <menu> tag is used for context menus, toolbars and for listing form controls and commands.


Differences Between HTML 4.01 and HTML5

The <menu> element is deprecated in HTML 4.01.

The <menu> element is redefined in HTML5.


Tips and Notes

Tip: Use CSS to style menu lists.


Attributes

New : New in HTML5.

Attribute Value Description
labelNew text Specifies a visible label for the menu
typeNew context
toolbar
list
Specifies which type of menu to display. Default value is "list"

Global Attributes

The <menu> tag also supports the Global Attributes in HTML5.


Event Attributes

The <menu> tag also supports the Event Attributes in HTML5.


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE