Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title><dialog></title>
</head>
<body>
<dialog>
<dt>Foo</dt>
<dt>Bar</dt>
<dd><p>Blah</p></dd>
<dd><p>Bleh</p></dd>
</dialog>
</body>
</html>