<details> provides a collapsible section for content, often paired with the <summary> element as the clickable title.
<details>
<summary>
Example:
<details> <summary>More info</summary> <p>Additional information...</p> </details>