Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following defines a command/menu item that the user can invoke from a popup menu?

a) <menuitem>
b) <menu>
c) <nav>
d) <class>

Answer: a
Explanation: 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.

Join The Discussion