html5 summary code example
Example 1: html summary
<details>
<summary>Epcot Center</summary>
<p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.</p>
</details>
Example 2: details summary html5
<details>
<summary>Some details</summary>
<p>More info about the details.</p>
</details>