L
HTML
Curriculum
Lessons
Tag Glossary
Playground
🕯️
← Back to Tag Glossary
<details>
Layout
Creates an interactive accordion widget that the user can expand or collapse.
Common Attributes
open
Configures the element's custom open parameter.
interactive-example.html
<details> <summary>FAQ: Is HTML hard?</summary> <p>No, it's very logical and fun!</p> </details>
Live Preview