dialog
Definition and Usage
The <dialog> tag defines a dialog box or window. The HTML<dialog>
tag represents a part of an application that the user can interact with.
The <dialog> element makes it easy to create popup dialogs and modals on a web page.The HTML <dialog>
element represents a dialog box or other interactive component, such as an dialogbox , 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. If the attribute is omitted, you will need to use a script to enable the dialog to open and close as required.
The <dialog> element uses a boolean attribute called open that activate element and facilitate user to interact with it.