Hiding the text

try this:

<details>
  <summary>Short Summary</summary>
  <p>text to hide</p>
</details>
4 Likes