Online Html Editor | Online Html Compiler

<!DOCTYPE html> <html lang="en"> <head> <title>HTML dialog box</title> </head> <body> <!--create a dialog element--> <p>Example of the HTML 'dialog' element</p> <dialog>Alert</dialog> </body> </html>