<summary>
HTML <summary> Element Reference
The HTML <summary> element supplies the visible label for a details disclosure widget.
Categories
- Interactive
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical summary element example.
<details>
<summary>Show advanced options</summary>
<p>Advanced settings appear here.</p>
</details>