Code
Execute
<
!Doctype
html
>
<
html
>
<
head
>
<
title
>
Wikitechy dialog Tag
<
/title
>
<
/head
>
<
body
>
<
dialog
open
>
This is a Wikitechy dialog Window
<
/dialog
>
<
/body
>
<
/html
>
<!Doctype html> <html> <head> <title>Wikitechy dialog Tag</title> </head> <body> <dialog open>This is a Wikitechy dialog Window</dialog> </body> </html>
Result