Skip to content

Instantly share code, notes, and snippets.

@michelts
Last active October 10, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michelts/f81bc6c6e67598f77a266eb9d80ed896 to your computer and use it in GitHub Desktop.
Save michelts/f81bc6c6e67598f77a266eb9d80ed896 to your computer and use it in GitHub Desktop.
HTML code for tree-structured data
<ul>
<li><button type="button">-</button> /home <button type="button">select</button>
<ul>
<li><button type="button">-</button> /home/michel <button type="button">select</button>
<ul>
<li><button type="button">+</button> /home/michel/Documents <button type="button" disabled="">selected</button></li>
<li><button type="button">+</button> /home/michel/Pictures <button type="button">select</button></li>
</ul>
</li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment