<!DOCTYPE html>
<html>
<body>
<h1>The dialog element</h1>
<p>This is some text.</p>
<dialog open>This is an open dialog window</dialog>
</body>
</html>