Mix
Random mix of pages and files
HTML_CSS
2024.01.10 21:18:33 end SW Gilhad

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>