Menu
The details
tag is used to provide additional details that the user can reveal on demand, typically within an interactive widget.
Example:
<details>
<summary>The title</summary>
<p>These are the additional details</p>
</details>
User-submitted codepen.io examples of <details>
↴
Submit a codepen.io link that demonstrates <details>
: