The <dialog> element creates a dialog.
<dialog> |
Yes | No | No | Yes | Yes |
The <dialog> tag is new in HTML5.
The <dialog> tag supports the Global Attributes in HTML.
The <dialog> tag supports the Event Attributes in HTML.
<!DOCTYPE html> <html> <body> <dialog open>This is an open dialog.</dialog> </body> </html>