HTML_CSS
Collapsible Content
Click to expand/collapse
This is the content that can be expanded or collapsed.
Zdroják:
<style>
summary { cursor: pointer; }
</style>
<details>
<summary>Click to expand/collapse</summary>
<p>This is the content that can be expanded or collapsed.</p>
</details>
HTML_CSS