<html>
<body>
<p>Example for menuitem Tag</p>
<p>This example supports only in firefox</p>
<div style = "background:coral; border:3px solid black; padding:20px;" contextmenu = "ClickMe">
<p>Right click on colored box to see context menu</p>
<menu type = "context" id = "clickmenu">
<menuitem label = "HTML Tutorials" onclick = ""></menuitem>
</menu>
</div>
</body>
</html>