Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Last active April 1, 2019 16:43
Show Gist options
  • Save abhishekjakhar/4d103c8614df176c2979ed02c70c2598 to your computer and use it in GitHub Desktop.
Save abhishekjakhar/4d103c8614df176c2979ed02c70c2598 to your computer and use it in GitHub Desktop.
Dialog Element + Boolean Open
<!doctype html>
<html>
<head>
<title>HTML Dialog Element</title>
</head>
<body>
<dialog open>
</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