HTML Dialog

HTML dialog tag is used to create a modal window or pop-up window on the web page to show the information. The dialog box is hidden by default and it is activated through the open attribute;

Dialog Attributes

Attribute Value Description
open open It specifies the active dialog box and the user can interact with it.

General Syntax

      
        <dialog></dialog>      
    
Try it now

Web Tutorials

HTML Dialog
Html Tutorial HTML
Javascript Tutorial JAVASCRIPT
Css Tutorial CSS
Bootstrap 5 Tutorial BOOTSTRAP 5
Bootstrap 4 Tutorial BOOTSTRAP 4