<html>
<body>
<details>
<summary>How fast does light travel?</summary>
<p>
The speed of light is 186,000 miles per second, or 300,000,000 meters per second.
</p>
</details>
</body>
</html>
The summary element contains the header text for a details element.
A live example:
The speed of light is 186,000 miles per second, or 300,000,000 meters per second.
N of