The <dialog> tag specifically used to create a dialog box or window box. It is also very helpful to create popup dialogs and modals on a web page.
Example of Code
<dialog open>This is an open dialog window</dialog>
Output