Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Last active April 1, 2019 16:42
Show Gist options
  • Save abhishekjakhar/2ba17a98bf994501c6f8428c3c980f08 to your computer and use it in GitHub Desktop.
Save abhishekjakhar/2ba17a98bf994501c6f8428c3c980f08 to your computer and use it in GitHub Desktop.
Dialog Element
<!doctype html>
<html>
<head>
<title>HTML Dialog Element</title>
</head>
<body>
<dialog>
</dialog>
</body>
<script src="app.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment