forestgeo / learn

Links to interesting articles, videos, tutorials, tips, and more
5 stars 8 forks source link

html tag to create collapsable chunks (summary, describe) #219

Open maurolepore opened 5 years ago

maurolepore commented 5 years ago
<details> 
  <summary>GeeksforGeeks.</summary> 
  <p> It is a portal for geeks.</p> 
</details> 
GeeksforGeeks.

It is a portal for geeks.

maurolepore commented 5 years ago
<details> 
  <summary>Hint</summary>
    <code>`HINTME`</code> 
</details> 

<details> 
  <summary>Solution</summary> 
    <code>`SOLVEME`</code> 
</details> 
Hint `HINTME`
Solution `SOLVEME`