Home » HTML » Html miscellaneous » Question
  1. Which element is known as Disclosure Summary element?
    1. <menuitem>
    2. <menu>
    3. <dialog>
    4. <summary>
    5. None of these
Correct Option: D

<dialog> element in HTML represents a dialog box or other interactive component like window or an inspector. <summary> element is known as Disclosure Summary element. It specifies caption, summary or legend for <details> element’s disclosure box. This element only includes global attribute. This element may only be used as the first child of <details> element. <menuitem> represents a command which helps user to pop up through menu. <menu> is a group of commands which is used to perform something.



Your comments will be displayed only after manual approval.