HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Dialog window can be nested anywhere. <dialog>This is a dialog window</dialog></p> <p><strong>Note</strong>: The dialog window will be displayed only when 'open' attribute is set.</p> </body> </html>
OUTPUT
×

Save as Private