THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

HTML <menuitem> label Attribute

HTML menuitem Tag Reference HTML <menuitem> tag

Example

Specify labels for different <menuitem> elements:

<menu type="context" id="mymenu">
  <menuitem label="Refresh"></menuitem>
  <menuitem label="Twitter"></menuitem>
  <menuitem label="Facebook"></menuitem>
</menu>
Try it yourself »

Definition and Usage

The required label attribute specifies the name of the command/menu item, as shown to the user.


Browser Support

The numbers in the table specify the first browser version that fully supports the attribute.

Attribute
label Not supported Not supported 8.0 Not supported Not supported

Differences Between HTML 4.01 and HTML5

The <menuitem> tag is new in HTML5.


Syntax

<menuitem label="text">

Attribute Values

Value Description
text Specifies the visible label of the menu item

HTML menuitem Tag Reference HTML <menuitem> tag