Home » HTML » Html miscellaneous » Question
  1. Which of the following defines a command/menu item that the user can invoke from a popup menu?
    1. <class>
    2. <nav>
    3. <menu>
    4. <menuitem>
    5. None of these
Correct Option: D

The menuitem tag is new in HTML5 and as of now is only supported in Firefox 8+ versions. <menuitem> defines a command item that the user can invoke from a popup menu. A list of of commands is defined by <menu> tag. <nav> is set of navigation links. One or more class names are specified by the global <class> attribute.



Your comments will be displayed only after manual approval.