Back to Concepts
<summary>
Summary for details.
The `<summary>` tag defines a visible heading for the `<details>` element. The heading can be clicked to view/hide the details. The first child element of the `<details>` element should be a `<summary>` element.