Home » HTML » Html miscellaneous » Question
  1. Which element represents group of commands that user can activate or perform?
    1. <summary>
    2. <details>
    3. <menu>
    4. <menuitem>
    5. None of these
Correct Option: C

<menuitem> represents a command which helps user to pop up through menu. <menu> element in HTML represents group of commands that user can perform or activate. This include list menu as well as context menus. List menus appear across top of a screen and context menus might appear underneath a button after it has been clicked. <summary> element is known as Disclosure Summary element. <details> elment provides information that user can view or hide as per own wish.



Your comments will be displayed only after manual approval.