Skip to content

Instantly share code, notes, and snippets.

@sideshowbarker
Created December 17, 2012 08:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sideshowbarker/4316774 to your computer and use it in GitHub Desktop.
Save sideshowbarker/4316774 to your computer and use it in GitHub Desktop.
Nested <details> elements
<!DOCTYPE html>
<details>
<summary>Nested</summary>
<details>
<summary>Nested</summary>
<p>lolwat</p>
<details>
<summary>Nested</summary>
<p>lolwat</p>
</details>
</details>
<details>
<summary>Nested</summary>
<p>lolwat</p>
</details>
<details>
<summary>Nested</summary>
<p>lolwat</p>
</details>
<p>lolwat</p>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment