Home » HTML » Html miscellaneous » Question
  1. Which element represents a dialog box?
    1. <summary>
    2. <menu>
    3. <menuitem>
    4. <dialog>
    5. None of these
Correct Option: D

<dialog> element in HTML represents a dialog box or other interactive component like window or an inspector. This element includes global attributes. The tableindex attribute must not be used on <dialog> 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. <summary> element provides summary of element.



Your comments will be displayed only after manual approval.