Google News
logo
HTML5 - Interview Questions
What is Dialog Tag in HTML5 ?
The HTML <dialog> tag indicates a part of an application that the user can interact with. Examples of dialog could include a dialog box, inspector, or window.

The <dialog> element accepts a boolean attribute called open that sets the element to "active" and allows users to interact with it.
Advertisement