-
Which of the following defines a command/menu item that the user can invoke from a popup menu?
-
- <class>
- <nav>
- <menu>
- <menuitem>
- 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.