Skip to content

Instantly share code, notes, and snippets.

@tankred
Created May 7, 2019 20:17
Show Gist options
  • Save tankred/f3a7e10f724455b1d0f8a3e968cbc9fe to your computer and use it in GitHub Desktop.
Save tankred/f3a7e10f724455b1d0f8a3e968cbc9fe to your computer and use it in GitHub Desktop.
details and summary
<!DOCTYPE html>
<html>
<body>
<details>
<summary>Head or summary</summary>
<p>details in detail p1.</p>
<p>details in detail p2.</p>
</details>
<p><b>Note:</b> The summary element is not supported in Edge/Internet Explorer.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment